Mir blas keeps giving an error
Marc
mailnawman at gmail.com
Tue Aug 12 09:14:54 UTC 2025
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.
More information about the Digitalmars-d-learn
mailing list