Skip to content

Commit

Permalink
FFTW3: search in HomeBrew installation directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaas80 committed Jan 10, 2023
1 parent 7bbe10c commit 88834b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detect.sh
Expand Up @@ -20,7 +20,7 @@ if [ -z "${FFTW3_DIR}" ]; then
echo "FFTW3 selected, but FFTW3_DIR not set. Checking some places..."
echo "END MESSAGE"

DIRS="/usr /usr/local /usr/local/packages /usr/local/apps /opt/local ${HOME} c:/packages"
DIRS="/usr /usr/local /usr/local/packages /usr/local/apps /opt/local /opt/homebrew ${HOME} c:/packages"
for dir in $DIRS; do
DIRS="$DIRS $dir/fftw3"
done
Expand Down

0 comments on commit 88834b2

Please sign in to comment.