File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -249,12 +249,6 @@ Installation under conda
249249There is no amici conda recipe available yet. However, you can install AMICI
250250using 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-
258252Create a minimal conda environment via:
259253
260254.. code-block :: bash
@@ -282,30 +276,6 @@ installation is done completely anew.
282276
283277Now, 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-
309279Known issues:
310280
311281* ``CMAKE_AR-NOTFOUND: not found ``: Try ``conda install binutils ``.
You can’t perform that action at this time.
0 commit comments