summarylogtreecommitdiffstats
path: root/test_optdepends.sh
diff options
context:
space:
mode:
authorMartin Diehl2024-02-21 18:21:23 +0100
committerMartin Diehl2024-02-22 22:55:26 +0100
commit06fa989d48bf3821dd7035779842da7ea45daa96 (patch)
tree3aabf65eefcf0e5f44fb978614aec07f0f97e105 /test_optdepends.sh
parent0e56232cb1fb8252f4bbb58a80536b16a06c4f17 (diff)
downloadaur-06fa989d48bf3821dd7035779842da7ea45daa96.tar.gz
enable compilation again
- FFTW is not build with openMPI support anymore - warnings about missing CUDA cause PETSc tests to fail
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"