Skip to content

Commit dbce209

Browse files
committed
Update metadata of intel-mkl-src
1 parent 8aa2d04 commit dbce209

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

intel-mkl-src/Cargo.toml

+4-6
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
55
edition = "2018"
66

77
description = "Redistribution of Intel(R) MKL as a crate"
8-
repository = "https://github.com/termoshtt/rust-intel-mkl"
8+
repository = "https://github.com/rust-math/intel-mkl-src"
99
keywords = ["fft", "blas", "lapack"]
10-
license-file = "License.txt"
11-
readme = "README.md"
10+
license-file = "../License.txt"
11+
readme = "../README.md"
1212

1313
build = "build.rs"
14-
links = "mkl_intel_lp64"
15-
16-
exclude = ["mkl_lib/mkl.tar.xz"]
14+
links = "mkl_core"
1715

1816
[features]
1917
default = []

0 commit comments

Comments
 (0)