On Tuesday, 12 August 2025 at 07:13:58 UTC, Serg Gini wrote:
BLAS can be a tricky-to-install library.Please provide your OS, dub.json/sdl and check that BLAS is installed.
The examples dub.sdl is available here: https://github.com/istmarc/mir-examples/blob/main/dub.sdl . I've Archlinux installed with openblas (`/usr/lib/libopenblas.so`) and lapack (`/usr/lib/liblapack.so`). I can use them from c++ simply by linking `clang++ -lbopenblas main.cxx` and both work fine.