Expand description
Source of BLAS and LAPACK via OpenBLAS.
§Architecture
§Configuration
The following Cargo features are supported:
cache
to build in shared directory e.g.$XDG_DATA_HOME/openblas_build/
instead oftarget
(see README),cblas
to build CBLAS (enabled by default),lapacke
to build LAPACKE (enabled by default),static
to link to OpenBLAS statically, andsystem
to skip building the bundled OpenBLAS.