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