summarylogtreecommitdiffstats
path: root/test_optdepends.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test_optdepends.sh')
-rw-r--r--test_optdepends.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/test_optdepends.sh b/test_optdepends.sh
index 249b0ded9aac..6069e509a75b 100644
--- a/test_optdepends.sh
+++ b/test_optdepends.sh
@@ -9,11 +9,6 @@ CONFOPTS=""
#CONFOPTS="${CONFOPTS} --download-${external_pkg}=1"
#done
-# FFTW
-if [ -f "/usr/lib/pkgconfig/fftw3.pc" ]; then
- CONFOPTS="${CONFOPTS} --with-fftw=1"
-fi
-
# Kokkos
if [ -f "/usr/lib/libkokkoscore.so" ]; then
CONFOPTS="${CONFOPTS} --with-kokkos=1"