From b308320e5bda5b6f111bb9fb2b92f84feb421b82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiziano=20M=C3=BCller?= Date: Mon, 7 Dec 2020 09:01:46 +0100 Subject: [PATCH] toolchain: fix typos in spfft --- tools/toolchain/scripts/install_spfft.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/toolchain/scripts/install_spfft.sh b/tools/toolchain/scripts/install_spfft.sh index 810ed59a5d..d6076daa2c 100755 --- a/tools/toolchain/scripts/install_spfft.sh +++ b/tools/toolchain/scripts/install_spfft.sh @@ -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)