Skip to content

Commit 512f637

Browse files
authored
Update README.md
1 parent 6d28e4e commit 512f637

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# intel-mkl-src
22

33
|crate | crate.io | description |
4-
|:-----|:--------:|:------------|
4+
|:-----|:---------|:------------|
55
|intel-mkl-src| [![Crate](http://meritbadge.herokuapp.com/intel-mkl-src)](https://crates.io/crates/intel-mkl-src)| Source crate for Intel-MKL |
66
|intel-mkl-sys| [![Crate](http://meritbadge.herokuapp.com/intel-mkl-sys)](https://crates.io/crates/intel-mkl-sys)| FFI for Intel-MKL [vector math][VM], and [statistical functions][VSL] |
77
|intel-mkl-tool| [![Crate](http://meritbadge.herokuapp.com/intel-mkl-tool)](https://crates.io/crates/intel-mkl-tool)| CLI utility for redistributing Intel-MKL |
@@ -34,10 +34,9 @@ Please use `blas-sys`, `lapack-sys`, or `fftw-sys` to use BLAS, LAPACK, FFTW int
3434
fftw-sys = { version = "0.4", features = ["intel-mkl"] }
3535
```
3636

37-
## Find system MKL libraries
37+
## How to find system MKL libraries
3838

39-
This crate will download archive from AWS S3 `rust-intel-mkl` bucket if no MKL library installed by other way, e.g. [apt]/[yum].
40-
`intel-mkl-src` seeks MKL in following manner:
39+
This crate seeks system MKL libraries, e.g. installed by [apt], [yum], or official manual installer, as following manner:
4140

4241
- Check `${OUT_DIR}` where previous build has downloaded
4342
- Seek using [pkg-config] crate
@@ -50,6 +49,8 @@ This crate will download archive from AWS S3 `rust-intel-mkl` bucket if no MKL l
5049
- Seek a directory set by `${MKLROOT}` environment variable
5150
- Seek `/opt/intel/mkl`
5251
52+
If not found any MKL library, this crate will download archive from AWS S3 `rust-intel-mkl` bucket.
53+
5354
[apt]: https://software.intel.com/content/www/us/en/develop/articles/installing-intel-free-libs-and-python-apt-repo.html
5455
[yum]: https://software.intel.com/content/www/us/en/develop/articles/installing-intel-free-libs-and-python-yum-repo.html
5556
[pkg-config]: https://github.com/rust-lang/pkg-config-rs

0 commit comments

Comments
 (0)