netlib-src

Crates.ionetlib-src
lib.rsnetlib-src
version0.8.0
sourcesrc
created_at2016-05-23 07:58:44.157539
updated_at2020-01-18 07:48:07.403669
descriptionThe package provides a source of BLAS and LAPACK via Netlib.
homepagehttps://github.com/blas-lapack-rs/netlib-src
repositoryhttps://github.com/blas-lapack-rs/netlib-src
max_upload_size
id5153
size42,583,223
libs (github:rust-lang:libs)

documentation

README

netlib-src Package Documentation Build

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

The usage of the package is explained here.

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.

Commit count: 126

cargo fmt