mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Keep FFTW_ROOT path from system installation
This commit is contained in:
parent
9c64a65a1c
commit
ee8c1297fd
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ case "$with_fftw" in
|
|||
[ "$MPI_MODE" != "no" ] && check_lib -lfftw3_mpi "FFTW"
|
||||
add_include_from_paths FFTW_CFLAGS "fftw3.h" $INCLUDE_PATHS
|
||||
add_lib_from_paths FFTW_LDFLAGS "libfftw3.*" $LIB_PATHS
|
||||
pkg_install_dir="${FFTW_ROOT}"
|
||||
;;
|
||||
__DONTUSE__) ;;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue