Skip to content

Commit d2f9d52

Browse files
committed
Update README for Windows support
1 parent 1068620 commit d2f9d52

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Redistribution of Intel MKL as a crate. Tested on Linux, macOS, and Windows (sin
1616
| feature name | Linux | macOS | Windows |
1717
|:-----------------------|:------------------:|:------------------:|:------------------:|
1818
| mkl-static-lp64-iomp | :heavy_check_mark: | - | - |
19-
| mkl-static-lp64-seq | :heavy_check_mark: | - | - |
19+
| mkl-static-lp64-seq | :heavy_check_mark: | - | :heavy_check_mark: |
2020
| mkl-static-ilp64-iomp | :heavy_check_mark: | - | - |
21-
| mkl-static-ilp64-seq | :heavy_check_mark: | - | - |
21+
| mkl-static-ilp64-seq | :heavy_check_mark: | - | :heavy_check_mark: |
2222
| mkl-dynamic-lp64-iomp | :heavy_check_mark: | :heavy_check_mark: | - |
2323
| mkl-dynamic-lp64-seq | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
2424
| mkl-dynamic-ilp64-iomp | :heavy_check_mark: | :heavy_check_mark: | - |
@@ -47,7 +47,9 @@ This crate seeks system MKL libraries, e.g. installed by [apt], [yum], or offici
4747
```
4848
- (experimental) Seek `${XDG_DATA_HOME}/intel-mkl-tool`
4949
- Seek a directory set by `${MKLROOT}` environment variable
50-
- Seek `/opt/intel/mkl`
50+
- Seek default installation path
51+
- `/opt/intel/mkl` for Linux
52+
- `C:/Program Files (x86)/IntelSWTools/compilers_and_libraries/windows` for Windows
5153
5254
If not found any MKL library, this crate will download archive from AWS S3 `rust-intel-mkl` bucket.
5355

0 commit comments

Comments
 (0)