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:
Eric Bylaska 2023-06-08 15:41:50 -07:00
parent b4ec4ade1a
commit 376f86f96e

View file

@ -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)