Skip to content

blas-lapack-rs/netlib-src

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netlib-src Package Documentation Build

The package provides a source of BLAS and LAPACK via Netlib.

Configuration

The following Cargo features are supported:

  • cblas to build CBLAS (enabled by default),
  • lapacke to build LAPACKE (enabled by default),
  • static to link to Netlib statically,
  • system to skip building the bundled Netlib, and
  • tmg to build TMG (enabled by default).

Contribution

Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.

Releases

No releases published

Packages

No packages published

Languages