Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 21, 2023
1 parent ca373e2 commit 8aad4a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion documentation/python_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,14 @@ Install the AMICI dependencies using homebrew:
brew install hdf5
# optionally for parallel simulations:
brew install libomp && export OpenMP_ROOT=$(brew --prefix)/opt/libomp"
brew install libomp
# followed by either `brew link openmp` once,
# or `export OpenMP_ROOT=$(brew --prefix)/opt/libomp"` where `OpenMP_ROOT` will have to be set during every re-installation of AMICI or any new model import
# optionally for boost support (thread-specific CPU times, extended math functions, serialization)
brew install boost && export BOOST_ROOT=$(brew --prefix)/opt/boost
# followed by either `brew link boost` once,
# or `export BOOST_ROOT=$(brew --prefix)/opt/boost"` where `BOOST_ROOT` will have to be set during every re-installation of AMICI or any new model import
Install AMICI:

Expand Down

0 comments on commit 8aad4a9

Please sign in to comment.