Skip to content

Commit

Permalink
Build FreeCAD for OS X with OCCT7
Browse files Browse the repository at this point in the history
  • Loading branch information
bblacey committed Jul 6, 2016
1 parent 462e8ec commit a37cfdd
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,24 +129,27 @@ before_install:
cacheContext=$(create_helper_context repo=${OSX_PORTS_CACHE} auth_token=${GH_TOKEN} release=${FREECAD_RELEASE})
prime_local_ports_cache $cacheContext
fi
brew install eigen \
brew install cmake \
ccache \
eigen \
freetype \
qt \
python \
boost-python \
pyside \
pyside-tools \
xerces-c \
orocos-kdl \
hdf5 \
homebrew/science/oce \
homebrew/python/matplotlib \
ccache
brew install homebrew/science/nglib --with-oce
homebrew/science/orocos-kdl \
homebrew/python/matplotlib
brew install sanelson/freecad/coin --without-framework --without-soqt
brew install sanelson/freecad/pivy --HEAD
brew install bblacey/taps/med-file --without-python
travis_wait 30 brew install vtk --without-python
#Install ports bottled with FreeCAD specific options and hosted on FreeCAD-ports-cache
brew untap homebrew/science && brew tap bblacey/science
brew install --force-bottle vtk --without-python
brew install --force-bottle opencascade --without-extras
brew install --force-bottle nglib --with-opencascade
#Install the 3DConnexion frameworks
if [ ! -d /Library/Frameworks/3DconnexionClient.framework ]; then
Expand Down

0 comments on commit a37cfdd

Please sign in to comment.