Install aGrUM - Mac OS
To natively compile aGrUM, you can use the "Homebrew":http://brew.sh package manager for OS X.
Homebrew
-
Install Homebrew. Be carefull of the requirements (in particular XCode and Command Line Tools for Xcode).
-
Installation of needed HomeBrew packages :
brew install bash coreutils git cmake
Then set your environment. For example, if you installed gcc-4.9 using Homebrew:
export CC=$(which clang)
export CXX=$(which clang++)
aGrUM compilation
Now the installation is the same as for Linux :
git clone https://gitlab.com/agrumery/aGrUM.git
cd aGrUM
python act install release aGrUM --static -d INSTALL_PATH