This code:
#include <lapacke.h>
void f() {
}
worked with openblas-0.3.7,
nit now it fails with openblas-0.3.9:
$ c++ -c testcase-openblas.cpp -I /usr/local/include/
In file included from testcase-openblas.cpp:6:
In file included from /usr/local/include/lapacke.h:37:
In file included from /usr/local/include/lapack.h:58:
In file included from /usr/include/c++/v1/complex:244:
In file included from /usr/include/c++/v1/stdexcept:45:
/usr/include/c++/v1/exception:165:1: error: templates must have C++ linkage
template<class _Ep>
^~~~~~~~~~~~~~~~~~~
FreeBSD 12.1
clang-9
This code:
worked with openblas-0.3.7,
nit now it fails with openblas-0.3.9:
FreeBSD 12.1
clang-9