openblas-blas-provider 0.0.3

BLAS/LAPACK provider using the OpenBLAS implementation
docs.rs failed to build openblas-blas-provider-0.0.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: openblas-blas-provider-0.0.5

openblas-blas-provider

Bindings to OpenBLAS-specific functions, and linking to OpenBLAS. By default, this crate will build and use a bundled OpenBLAS. Building this will require a Fortran and C compiler available. This provides BLAS and LAPACK.

Two Cargo features are supported:

  • static-openblas: link to OpenBLAS statically.
  • system-openblas: don't use the bundled OpenBLAS.

Where are all the FFI definitions?

TODO: https://github.com/stainless-steel/libblas-sys