blas-lapack-rs / openblas-src

Source of BLAS and LAPACK via OpenBLAS
Other
78 stars 48 forks source link

Use `brew --prefix` command to get library path #93

Closed termoshtt closed 1 year ago

termoshtt commented 1 year ago

brew tells where the library is installed by

brew --prefix openblas

and we can call it in openblas-src/build.rs