Replies: 2 comments
|
Thanks for the report. Indeed, the Debian/Ubuntu package seem to only ship GCC config file (https://packages.debian.org/sid/amd64/libblitz0-dev/filelist). Would installing Blitz++ from the source tarball using Clang during setup help? |
0 replies
|
Yes technically that would probably work! I am writing a plugin library which supports GCC and Clang compilers and depends on Blitz++. I am providing my library as a Debian package as well, and of course it would be nice if it could just depend on Thanks for your answer! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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++:
All reactions