Skip to content

SetupTasksMacosSierra

Rupert Nash edited this page Feb 1, 2017 · 5 revisions

Documenting a clean install on macOS Sierra with Anaconda and Homebrew.

Install Xcode from the App Store and run it once to accept the license.

Install Homebrew http://brew.sh

Install Conda https://www.continuum.io/downloads

Install main code dependencies:

brew tap homebrew/science
brew install wget
brew install cmake
brew install open-mpi
brew install boost --c++11
brew install tinyxml
brew install ctemplate
brew install cppunit
brew install parmetis
brew install fabric

Install setup tool dependencies

brew install cgal --c++11
Clone this wiki locally