When compiling my library which includes Blitz++ with Clang, I am getting the following error:
In file included from /usr/include/blitz/array.h:37:
In file included from /usr/include/blitz/array-impl.h:46:
In file included from /usr/include/blitz/blitz.h:52:
/usr/include/blitz/bzconfig.h:82:10: fatal error: 'blitz/llvm/bzconfig.h' file not found
#include <blitz/llvm/bzconfig.h>
^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
The file is indeed missing in my system, I only seem to have support for gcc (blitz/gnu/bzconfig.h exists & works).
Installed version of Blitz++:
libblitz0-dev:
Installed: 1:1.0.2+ds-2
Candidate: 1:1.0.2+ds-2
Version table:
*** 1:1.0.2+ds-2 500
500 http://ch.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
100 /var/lib/dpkg/status
When compiling my library which includes Blitz++ with Clang, I am getting the following error:
The file is indeed missing in my system, I only seem to have support for gcc (
blitz/gnu/bzconfig.hexists & works).Installed version of Blitz++: