ARM FFT removal: is the location of the FFTW3 include file needed?

This commit is contained in:
Paolo Giannozzi 2021-02-13 10:09:53 +01:00
parent 122caa6dd9
commit 32ce6cd29a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if test "$fft_libs" = ""; then
elif test "$have_armpl" -eq 1; then
# no check needed if ARM libraries have been detected
try_dflags="$try_dflags -D__ARM_LIB"
try_dflags="$try_dflags -D__FFTW3"
have_fft=1
elif test "$have_essl" -eq 1; then