-
Notifications
You must be signed in to change notification settings - Fork 17
Installation
Julian Berengut edited this page Oct 19, 2017
·
1 revision
We recommend using the homebrew package manager. In the standard XCode installation gcc defaults to clang and does not support OpenMP. To support OpenMP, you can use gcc 7+. The boost library should be built with this compiler, as shown below.
- Install homebrew.
- brew install gcc
- brew install boost --c++11 --cc=gcc-7
- Navigate to the AMBiT root directory type 'cp config_template.ini config.ini'
- Change the CXX compiler from g++ to g++-7
- Type 'scons'