Install homebrew fftw without gcc

This commit is contained in:
Tres Finocchiaro
2017-12-22 22:10:23 -05:00
parent e9b76a5178
commit 07de45347a

View File

@@ -2,7 +2,7 @@
set -e
PACKAGES="cmake pkg-config fftw libogg libvorbis lame libsndfile libsamplerate jack sdl libgig libsoundio stk portaudio node fltk"
PACKAGES="cmake pkg-config libogg libvorbis lame libsndfile libsamplerate jack sdl libgig libsoundio stk portaudio node fltk"
if [ "$QT5" ]; then
PACKAGES="$PACKAGES qt@5.5"
@@ -22,6 +22,9 @@ done;
# shellcheck disable=SC2086
brew install $PACKAGES
# fftw tries to install gcc which conflicts with travis
brew install fftw --ignore-dependencies
# Recompile fluid-synth without CoreAudio per issues #649
# Ruby formula must be a URL