openblas-src 0.10.3

The package provides a source of BLAS and LAPACK via OpenBLAS.
Documentation

Source of BLAS and LAPACK via OpenBLAS.

Architecture

Configuration

The following Cargo features are supported:

  • cache to build in a shared directory instead of target,
  • cblas to build CBLAS (enabled by default),
  • lapacke to build LAPACKE (enabled by default),
  • static to link to OpenBLAS statically, and
  • system to skip building the bundled OpenBLAS.