You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have already brew install fftw, then the (sym)linking step of julia fails.
brew link julia
Linking /usr/local/Cellar/julia/HEAD...
Error: Could not symlink file: /usr/local/Cellar/julia/HEAD/lib/libfftw3.dylib
Target /usr/local/lib/libfftw3.dylib already exists. You may need to delete it.
To force the link and delete this file, do:
brew link -f formula_name
To list all files that would be deleted:
brew link -n formula_name
The text was updated successfully, but these errors were encountered:
If you have already
brew install fftw
, then the (sym)linking step of julia fails.The text was updated successfully, but these errors were encountered: