File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2
2
[ ![ Crate] ( http://meritbadge.herokuapp.com/intel-mkl-src )] ( https://crates.io/crates/intel-mkl-src )
3
3
[ ![ Build Status] ( https://dev.azure.com/rust-math/intel-mkl-src/_apis/build/status/rust-math.intel-mkl-src?branchName=master )] ( https://dev.azure.com/rust-math/intel-mkl-src/_build/latest?definitionId=1&branchName=master )
4
4
5
- Redistribution of Intel MKL as a crate. Tested on Linux and macOS.
5
+ Redistribution of Intel MKL as a crate. Tested on Linux, macOS, and Windows (since 0.4.0)
6
6
7
7
## Usage
8
8
@@ -19,6 +19,7 @@ fftw-sys = { version = "0.4", features = ["intel-mkl"] }
19
19
This crate does not download archive if ` pkg-config ` finds MKL shared library installed by other way.
20
20
Be sure to set ` PKG_CONFIG_PATH ` and ` LD_LIBRARY_PATH ` correctly.
21
21
For debian and ubuntu users, [ ci/Dockerfile] ( ci/Dockerfile ) may be helpful.
22
+ Windows is not supported yet.
22
23
23
24
## License
24
25
MKL is distributed under the Intel Simplified Software License for Intel(R) Math Kernel Library, See [ License.txt] ( License.txt ) .
You can’t perform that action at this time.
0 commit comments