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 wheneverlinxal
is added without
somewhere in the dependency tree.default-features = false - 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