forked from amusecode/amuse
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation on macOS with Anaconda and Python 2.7
Steven Rieder edited this page May 31, 2018
·
6 revisions
Note: not all codes build successfully with these instructions yet.
Download miniconda from https://conda.io/miniconda.html and install it:
sh Miniconda2-latest-MacOSX-x86_64.shWe will assume you use the default path (/Users/{USERNAME}/miniconda2), but any path is fine.
Please make sure you add Conda to your path, as the installer suggests you to do.
Then, install the AMUSE prerequisites:
conda install gcc
conda install numpy h5py nose docutils \
matplotlib ipython jupyter cython gsl gmp mpfr
conda install -c conda-forge mpi4py fftwClone the AMUSE repository, configure, and install:
git clone https://github.com/amusecode/amuse.git
./configure
make