Skip to content

Commit

Permalink
Fixing libqglviewer on tavis macOS bots
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo committed Apr 5, 2017
1 parent 6a4f5ad commit 8edc911
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis/install_deps_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
# Note: gmp and boost already installed
#
brew update
#brew install qt5 doxygen homebrew/science/hdf5 graphviz graphicsmagick fftw eigen homebrew/boneyard/libqglviewer
brew install qt5 graphicsmagick fftw eigen homebrew/boneyard/libqglviewer
#brew install qt5 doxygen homebrew/science/hdf5 graphviz graphicsmagick fftw eigen
brew install qt5 graphicsmagick fftw eigen
# Explicit install of libqglviewer
brew install http://liris.cnrs.fr/david.coeurjolly/misc/libqglviewer.rb

## Temporary HDF5 build issue
export BTYPE="$BTYPE -DWITH_HDF5=false" && echo "Disabling HDF5 on MacOS";
Expand Down

0 comments on commit 8edc911

Please sign in to comment.