Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fftw #43

Closed
benb0jangles opened this issue Sep 23, 2021 · 2 comments
Closed

fftw #43

benb0jangles opened this issue Sep 23, 2021 · 2 comments

Comments

@benb0jangles
Copy link

on satdump page:

# macOS ONLY: build and install libfftw3
# if you install fftw via brew, cmake won't be able to find it
wget http://www.fftw.org/fftw-3.3.9.tar.gz
tar xf fftw-3.3.9.tar.gz
rm fftw-3.3.9.tar.gz
cd fftw-3.3.9
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=false -DENABLE_FLOAT=true ..
make
sudo make install
cd ../..
rm -rf fftw-3.3.9

question:
how to then create symlink of /Users/usrname/fftw-3.3.9/build/libfftw3f.3.dylib
to /usr/local/opt/fftw/lib/libfftw3f.3.dylib

???

@AlexandreRouma
Copy link
Collaborator

sudo make install takes care of it

@benb0jangles
Copy link
Author

sudo make install takes care of it

does not make symlink of /Users/usrname/fftw-3.3.9/build/libfftw3f.3.dylib
to /usr/local/opt/fftw/lib/libfftw3f.3.dylib

Must symlink using terminal command somehow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants