Skip to content

Commit

Permalink
toolchain: fix typos in spfft
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed Dec 8, 2020
1 parent c24c685 commit b308320
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/toolchain/scripts/install_spfft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b308320

Please sign in to comment.