Skip to content

Commit 6fc752b

Browse files
authored
doc: Update FAQ (#3173)
Closes #3162.
1 parent be3ed58 commit 6fc752b

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

doc/python_faq.rst

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,10 @@ fails with something like
88

99
::
1010

11-
amici/src/cblas.cpp:16:13: fatal error: cblas.h: No such file or directory
12-
#include <cblas.h>
13-
^~~~~~~~~
14-
compilation terminated.
15-
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
16-
17-
**A**: You will have to install a CBLAS-compatible BLAS library and/or
18-
set ``BLAS_CFLAGS`` as described in the
19-
:ref:`installation guide <amici_python_installation>`.
11+
error: no member named 'fill' in namespace 'std::ranges'
12+
13+
**A**: Try a more recent compiler. This error is caused by an older compiler
14+
not supporting C++20 features used in the AMICI codebase.
2015

2116
--------------
2217

0 commit comments

Comments
 (0)