Refactored brew installs to match 0.17 ports-cache
This commit is contained in:
parent
59803ffc67
commit
e982084e3f
10
.travis.yml
10
.travis.yml
|
@ -130,11 +130,11 @@ before_install:
|
||||||
hdf5 \
|
hdf5 \
|
||||||
homebrew/science/oce \
|
homebrew/science/oce \
|
||||||
homebrew/python/matplotlib
|
homebrew/python/matplotlib
|
||||||
brew install vtk --without-python
|
brew install homebrew/science/nglib --with-oce
|
||||||
brew install --with-oce homebrew/science/nglib
|
brew install sanelson/freecad/coin --without-framework --without-soqt
|
||||||
brew install --without-framework --without-soqt sanelson/freecad/coin
|
brew install sanelson/freecad/pivy --HEAD
|
||||||
brew install --HEAD pivy
|
brew install bblacey/taps/med-file --without-python
|
||||||
brew install bblacey/taps/med-file --with-python
|
travis_wait 30 brew install vtk --without-python
|
||||||
|
|
||||||
#Install the 3DConnexion frameworks
|
#Install the 3DConnexion frameworks
|
||||||
if [ ! -d /Library/Frameworks/3DconnexionClient.framework ]; then
|
if [ ! -d /Library/Frameworks/3DconnexionClient.framework ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user