mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
toolchain: fix typos in spfft
This commit is contained in:
parent
c24c68568b
commit
b308320e5b
1 changed files with 3 additions and 3 deletions
|
|
@ -75,15 +75,15 @@ case "$with_spfft" in
|
|||
SPFFT_CUDA_LDFLAGS="-L'${pkg_install_dir}/lib/cuda' -Wl,-rpath='${pkg_install_dir}/lib/cuda'"
|
||||
;;
|
||||
__SYSTEM__)
|
||||
echo "==================== Finding psfft from system paths ===================="
|
||||
check_command pkg-config --modversion psfft
|
||||
echo "==================== Finding spfft from system paths ===================="
|
||||
check_command pkg-config --modversion spfft
|
||||
add_include_from_paths SPFFT_CFLAGS "spfft.h" $INCLUDE_PATHS
|
||||
add_lib_from_paths SPFFT_LDFLAGS "libspfft.*" $LIB_PATHS
|
||||
;;
|
||||
__DONTUSE__)
|
||||
;;
|
||||
*)
|
||||
echo "==================== Linking psfft to user paths ===================="
|
||||
echo "==================== Linking spfft to user paths ===================="
|
||||
pkg_install_dir="$with_spfft"
|
||||
|
||||
# use the lib64 directory if present (multi-abi distros may link lib/ to lib32/ instead)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue