Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ccf9dfd

Browse files
committedSep 13, 2022
Upgrade intel-mkl-src to 0.8.1
1 parent 87107be commit ccf9dfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎lax/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ netlib-system = ["netlib-src/system"]
2525
openblas-static = ["openblas-src/static"]
2626
openblas-system = ["openblas-src/system"]
2727

28-
intel-mkl-static = ["intel-mkl-src/mkl-static-lp64-seq", "intel-mkl-src/download"]
28+
intel-mkl-static = ["intel-mkl-src/mkl-static-lp64-seq"]
2929
intel-mkl-system = ["intel-mkl-src/mkl-dynamic-lp64-seq"]
3030

3131
[dependencies]
@@ -36,7 +36,7 @@ lapack-sys = "0.14.0"
3636
katexit = "0.1.2"
3737

3838
[dependencies.intel-mkl-src]
39-
version = "0.7.0"
39+
version = "0.8.1"
4040
default-features = false
4141
optional = true
4242

0 commit comments

Comments
 (0)