Cargo Features

[dependencies]
linxal = { version = "0.6.0", default-features = false, features = ["netlib", "netlib-system", "openblas-static", "openblas-system", "openblas"] }
default = openblas

The openblas feature is set by default whenever linxal is added without default-features = false somewhere in the dependency tree.

netlib

Enables netlib of blas ^0.15 and lapack ^0.11

netlib-system

Enables system of netlib-src ^0.6, netlib of blas ^0.15 and lapack ^0.11

openblas-static

Enables static of openblas-src ^0.5, openblas of blas ^0.15 and lapack ^0.11

openblas-system

Enables system of openblas-src ^0.5, openblas of blas ^0.15 and lapack ^0.11

openblas default

Enables openblas of blas ^0.15 and lapack ^0.11

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

netlib-src netlib-system?

Enables netlib-src ^0.6

openblas-src openblas-static? openblas-system?

Enables openblas-src ^0.5