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 97a77e9 commit 054e202
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 libsoundio stk portaudio node fltk qt5"
PACKAGES="cmake pkg-config libogg libvorbis lame libsndfile libsamplerate jack sdl libsoundio stk portaudio node fltk qt5"

if "${TRAVIS}"; then
PACKAGES="$PACKAGES ccache"
Expand All @@ -16,6 +16,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 054e202

Please sign in to comment.