Skip to content
Snippets Groups Projects
Commit 9e9d7d6b authored by carlocamilloni's avatar carlocamilloni
Browse files

enabled fftw by default

[valgrind]
parent 2cb65b4c
No related branches found
No related tags found
No related merge requests found
......@@ -1436,7 +1436,7 @@ Optional Features:
--enable-boost_serialization
enable search for boost serialization, default: no
--enable-asmjit enable search for asmjit, default: no
--enable-fftw enable search for fftw, default: no
--enable-fftw enable search for fftw, default: yes
--enable-python enable search for python, default: yes
--enable-af_ocl enable arrayfire_opencl, default: search for
arrayfire
......@@ -3170,7 +3170,7 @@ if test "${enable_fftw+set}" = set; then :
(*) as_fn_error $? "wrong argument to --enable-fftw" "$LINENO" 5 ;;
esac
else
case "no" in
case "yes" in
(yes) fftw=true ;;
(no) fftw=false ;;
esac
......
......@@ -262,7 +262,7 @@ PLUMED_CONFIG_ENABLE([xdrfile],[search for xdrfile],[yes])
PLUMED_CONFIG_ENABLE([boost_graph],[search for boost graph],[no])
PLUMED_CONFIG_ENABLE([boost_serialization],[search for boost serialization],[no])
PLUMED_CONFIG_ENABLE([asmjit],[search for asmjit],[no])
PLUMED_CONFIG_ENABLE([fftw],[search for fftw],[no])
PLUMED_CONFIG_ENABLE([fftw],[search for fftw],[yes])
PLUMED_CONFIG_ENABLE([python],[search for python],[yes])
PLUMED_CONFIG_ENABLE([af_ocl],[arrayfire_opencl],[search for arrayfire],[no])
PLUMED_CONFIG_ENABLE([af_cuda],[arrayfire_cuda],[search for arrayfire],[no])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment