intel-mkl-src 0.4.1

Redistribution of Intel(R) MKL as a crate
docs.rs failed to build intel-mkl-src-0.4.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: intel-mkl-src-0.8.1

intel-mkl-src

Crate Build Status

Redistribution of Intel MKL as a crate. Tested on Linux, macOS, and Windows (since 0.4.0)

Usage

This crate is a *-src crate. This downloads and link Intel MKL, but does not introduce any symbols. Please use blas-sys, lapack-sys, or fftw-sys to use BLAS, LAPACK, FFTW interface of MKL, e.g.

[dependencies]
fftw-sys = { version = "0.4", features = ["intel-mkl"] }

pkg-config

This crate does not download archive if pkg-config finds MKL shared library installed by other way. Be sure to set PKG_CONFIG_PATH and LD_LIBRARY_PATH correctly. For debian and ubuntu users, ci/Dockerfile may be helpful. Windows is not supported yet.

License

MKL is distributed under the Intel Simplified Software License for Intel(R) Math Kernel Library, See License.txt. Some wrapper codes are licensed by MIT License (see the header of each file).