Cargo Features

[dependencies]
mumps-src = { version = "0.1.1+5.6.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 default-features = false somewhere in the dependency tree.

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.

openblas-src openblas-static openblas-system?
intel-mkl-src intel-mkl-static? intel-mkl-system?