netlib-src

Crates.ionetlib-src
lib.rsnetlib-src
version
sourcesrc
created_at2016-05-23 07:58:44.157539+00
updated_at2025-04-02 10:45:29.501304+00
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
Cargo.toml error:TOML parse error at line 32, column 1 | 32 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
libs (github:rust-lang:libs)

documentation

README

netlib-src Package Documentation Build

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

Architecture

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.

Commit count: 126

cargo fmt