Cargo Features
finalfusion-utils has no features set by default.
[dependencies]
finalfusion-utils = { version = "0.14.1", features = ["opq", "accelerate", "intel-mkl", "intel-mkl-amd", "netlib", "openblas"] }
- opq accelerate? intel-mkl? intel-mkl-amd? netlib? openblas?
- accelerate = accelerate-src, opq
-
BLAS and LAPACK libraries.
Enables blas of ndarray ^0.15
- intel-mkl = opq
-
Enables download and mkl-static-lp64-seq of intel-mkl-src ^0.6, blas of ndarray ^0.15, vendored of openssl
- intel-mkl-amd = opq
-
Enables mkl-dynamic-lp64-seq of intel-mkl-src ^0.6, blas of ndarray ^0.15
- netlib = netlib-src, opq
-
Enables blas of ndarray ^0.15
ndarray:
Enable blas usage
See README for more instructions - openblas = openblas-src, opq
-
Enables blas of ndarray ^0.15
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.
- openssl build intel-mkl?
- accelerate-src accelerate?
- netlib-src netlib?
- openblas-src openblas?
-
Enables openblas-src ^0.9
- intel-mkl-src intel-mkl? intel-mkl-amd?
-
Enables intel-mkl-src ^0.6