Skip to content

Commit

Permalink
Install homebrew fftw without gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Dec 23, 2017
1 parent e9b76a5 commit 07de453
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis/osx..install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

Expand Down

0 comments on commit 07de453

Please sign in to comment.