Skip to content

Commit 816f1a7

Browse files
authored
Merge pull request #335 from rust-ndarray/intel-mkl-0.8.0
Upgrade intel-mkl-src to 0.8.1
2 parents 87107be + ccf9dfd commit 816f1a7

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)