path to fftw3 lib is now set (hopefully, mandatory) with LD_LIBRARY_PATH (via setup_shellrc.py...)

This commit is contained in:
Philip Eisenlohr 2011-12-22 10:41:17 +00:00
parent 35bd460e39
commit c052e3d5d2
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ case $BLASTYPE in
;;
esac
FFTW=" -L${FFTWDIR}/local/lib -lfftw3"
FFTW=" -lfftw3"
# tools
echo ''