path to fftw3 lib is now set (hopefully, mandatory) with LD_LIBRARY_PATH (via setup_shellrc.py...)
This commit is contained in:
parent
35bd460e39
commit
c052e3d5d2
|
@ -84,7 +84,7 @@ case $BLASTYPE in
|
|||
;;
|
||||
esac
|
||||
|
||||
FFTW=" -L${FFTWDIR}/local/lib -lfftw3"
|
||||
FFTW=" -lfftw3"
|
||||
|
||||
# tools
|
||||
echo ''
|
||||
|
|
Loading…
Reference in New Issue