We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3ed58 commit 6fc752bCopy full SHA for 6fc752b
1 file changed
doc/python_faq.rst
@@ -8,15 +8,10 @@ fails with something like
8
9
::
10
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>`.
+ error: no member named 'fill' in namespace 'std::ranges'
+
+**A**: Try a more recent compiler. This error is caused by an older compiler
+not supporting C++20 features used in the AMICI codebase.
20
21
--------------
22
0 commit comments