Skip to content

Commit ac67952

Browse files
committed
update doc
1 parent ede4ffa commit ac67952

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

doc/python_installation.rst

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -249,12 +249,6 @@ Installation under conda
249249
There is no amici conda recipe available yet. However, you can install AMICI
250250
using pip in a conda environment.
251251

252-
.. note::
253-
254-
It is possible, but we currently don't recommend using conda for installing
255-
AMICI, as it commonly leads to conflicts with system installations of
256-
libraries and compilers.
257-
258252
Create a minimal conda environment via:
259253

260254
.. code-block:: bash
@@ -282,30 +276,6 @@ installation is done completely anew.
282276

283277
Now, you are ready to use AMICI in the virtual environment.
284278

285-
.. note::
286-
287-
**conda on Mac**
288-
289-
If the above installation does not work for you, try installing AMICI via:
290-
291-
.. code-block:: bash
292-
293-
CFLAGS="-stdlib=libc++" CC=clang CXX=clang pip3 install --verbose amici
294-
295-
This will use the ``clang`` compiler.
296-
297-
You will have to pass the same options when compiling any model later
298-
on. This can be done by inserting the following code before model import:
299-
300-
.. code-block:: python
301-
302-
import os
303-
os.environ['CC'] = 'clang'
304-
os.environ['CXX'] = 'clang'
305-
os.environ['CFLAGS'] = '-stdlib=libc++'
306-
307-
(For further discussion see https://github.com/AMICI-dev/AMICI/issues/357)
308-
309279
Known issues:
310280

311281
* ``CMAKE_AR-NOTFOUND: not found``: Try ``conda install binutils``.

0 commit comments

Comments
 (0)