From c4952448322e188e8bee7730739229a72f619961 Mon Sep 17 00:00:00 2001 From: Toshiki Teramura Date: Sun, 11 Sep 2022 15:20:00 +0900 Subject: [PATCH] Upgrade intel-mkl-src to 0.8.0 --- lax/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lax/Cargo.toml b/lax/Cargo.toml index f46bdbb8..5551a94a 100644 --- a/lax/Cargo.toml +++ b/lax/Cargo.toml @@ -25,7 +25,7 @@ netlib-system = ["netlib-src/system"] openblas-static = ["openblas-src/static"] openblas-system = ["openblas-src/system"] -intel-mkl-static = ["intel-mkl-src/mkl-static-lp64-seq", "intel-mkl-src/download"] +intel-mkl-static = ["intel-mkl-src/mkl-static-lp64-seq"] intel-mkl-system = ["intel-mkl-src/mkl-dynamic-lp64-seq"] [dependencies] @@ -36,7 +36,7 @@ lapack-sys = "0.14.0" katexit = "0.1.2" [dependencies.intel-mkl-src] -version = "0.7.0" +version = "0.8.0" default-features = false optional = true