Cargo Features
[dependencies]
mumps-src = { version = "0.1.2+5.7.2", default-features = false, features = ["openblas-system", "openblas-static", "intel-mkl-system", "intel-mkl-static", "d_arith", "s_arith", "c_arith", "z_arith"] }
- default = d_arith, openblas-static
-
These default features are set whenever
mumps-src
is added without
somewhere in the dependency tree.default-features = false - openblas-system
-
Enables system of openblas-src
- openblas-static default
-
Enables static of openblas-src
- intel-mkl-system
-
Enables mkl-dynamic-lp64-seq of intel-mkl-src
- intel-mkl-static
-
Enables mkl-static-lp64-seq of intel-mkl-src
- d_arith default
-
double, real, precision
- s_arith
-
single, real, precision
- c_arith
-
single, complex, precision
- z_arith
-
double, complex, precision
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.