We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87107be + ccf9dfd commit 816f1a7Copy full SHA for 816f1a7
lax/Cargo.toml
@@ -25,7 +25,7 @@ netlib-system = ["netlib-src/system"]
25
openblas-static = ["openblas-src/static"]
26
openblas-system = ["openblas-src/system"]
27
28
-intel-mkl-static = ["intel-mkl-src/mkl-static-lp64-seq", "intel-mkl-src/download"]
+intel-mkl-static = ["intel-mkl-src/mkl-static-lp64-seq"]
29
intel-mkl-system = ["intel-mkl-src/mkl-dynamic-lp64-seq"]
30
31
[dependencies]
@@ -36,7 +36,7 @@ lapack-sys = "0.14.0"
36
katexit = "0.1.2"
37
38
[dependencies.intel-mkl-src]
39
-version = "0.7.0"
+version = "0.8.1"
40
default-features = false
41
optional = true
42
0 commit comments