Open yurivict opened 5 months ago
This build file is just relying on mesons find_library
function to determine whether or not openblas is installed. The docs for that function say "By default the library is searched for in the system library directory". Is it possible that it is installed in somewhere different?
libopenblas is always installed into the same path: /usr/local/lib/libopenblas.so
Seems like this is possibly an issue with meson and BSD specifically: https://github.com/mesonbuild/meson/issues/4468
Not sure what workaround we can do here.
Specifications