Skip to content

Commit 7739cf7

Browse files
committed
Replace to xz compressed file
1 parent 0b27b17 commit 7739cf7

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ use std::env;
2525
fn main() {
2626
let dir = env::var("CARGO_MANIFEST_DIR").unwrap();
2727
println!("cargo:rustc-link-lib=static=mkl_intel_ilp64");
28-
println!("cargo:rustc-link-lib=static=mkl_intel_thread");
28+
println!("cargo:rustc-link-lib=static=gomp");
2929
println!("cargo:rustc-link-search=native={}/mkl_lib", dir);
3030
}

mkl_lib/libmkl_intel_ilp64.a

-19.5 MB
Binary file not shown.

mkl_lib/libmkl_intel_thread.a

-37.2 MB
Binary file not shown.

mkl_lib/mkl.tar.xz

5.09 MB
Binary file not shown.

0 commit comments

Comments
 (0)