We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa2d04 commit dbce209Copy full SHA for dbce209
intel-mkl-src/Cargo.toml
@@ -5,15 +5,13 @@ authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
5
edition = "2018"
6
7
description = "Redistribution of Intel(R) MKL as a crate"
8
-repository = "https://github.com/termoshtt/rust-intel-mkl"
+repository = "https://github.com/rust-math/intel-mkl-src"
9
keywords = ["fft", "blas", "lapack"]
10
-license-file = "License.txt"
11
-readme = "README.md"
+license-file = "../License.txt"
+readme = "../README.md"
12
13
build = "build.rs"
14
-links = "mkl_intel_lp64"
15
-
16
-exclude = ["mkl_lib/mkl.tar.xz"]
+links = "mkl_core"
17
18
[features]
19
default = []
0 commit comments