mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
Fixed singlet precision fftw3 linking. In general, fftw3 should not be used by most users, but it is included for perfmance testing and cross checking...EJB
This commit is contained in:
parent
b4ec4ade1a
commit
376f86f96e
1 changed files with 1 additions and 1 deletions
|
|
@ -3622,7 +3622,7 @@ endif
|
|||
# FFTW3 library inclusion
|
||||
ifdef USE_FFTW3
|
||||
ifndef LIBFFTW3
|
||||
LIBFFTW3 = -lfftw3
|
||||
LIBFFTW3 = -lfftw3 -lfftw3f
|
||||
endif
|
||||
ifdef FFTW3_LIB
|
||||
CORE_LIBS += -L$(FFTW3_LIB)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue