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 fa01d7d

Browse files
committedSep 6, 2017
Use LP64 and GNU OpenMP impl
1 parent b6052da commit fa01d7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎build.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ fn main() {
3838
}
3939

4040
println!("cargo:rustc-link-search={}", out_dir);
41-
println!("cargo:rustc-link-lib=dylib=mkl_intel_ilp64");
42-
println!("cargo:rustc-link-lib=dylib=mkl_intel_thread");
41+
println!("cargo:rustc-link-lib=dylib=mkl_intel_lp64");
42+
println!("cargo:rustc-link-lib=dylib=mkl_gnu_thread");
4343
println!("cargo:rustc-link-lib=dylib=mkl_core");
44-
println!("cargo:rustc-link-lib=dylib=iomp5");
44+
println!("cargo:rustc-link-lib=dylib=gomp");
4545
}

‎mkl_lib/mkl.tar.xz

-2 MB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.