Skip to content

Commit

Permalink
Doc: Update installation under conda (#1603)
Browse files Browse the repository at this point in the history
Add `BLAS_LIBS`.

Closes #1602.
  • Loading branch information
dweindl authored Dec 3, 2021
1 parent 3a7c28e commit 1289846
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions documentation/python_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,15 @@ install the latter locally, using:
conda install -c conda-forge openblas
To make AMICI use openblas, set the following environment variable:
.. code-block:: bash
export BLAS_LIBS=-lopenblas
``BLAS_LIBS`` needs to be set during installation of the AMICI package, as
well as during any future model import.
To install AMICI, now run:
.. code-block:: bash
Expand Down

0 comments on commit 1289846

Please sign in to comment.