Skip to content

Commit b20d274

Browse files
committed
Add intel-mkl-sys
1 parent cdc6db1 commit b20d274

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Cargo.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["algorithms", "science"]
1414

1515
[features]
1616
default = []
17-
intel-mkl = ["lapack-src/intel-mkl", "blas-src/intel-mkl"]
17+
intel-mkl = ["lapack-src/intel-mkl", "blas-src/intel-mkl", "intel-mkl-sys"]
1818
netlib = ["lapack-src/netlib", "blas-src/netlib"]
1919
openblas = ["lapack-src/openblas", "blas-src/openblas"]
2020
serde-1 = ["ndarray/serde-1", "num-complex/serde"]
@@ -35,10 +35,14 @@ features = ["blas"]
3535
default-features = false
3636

3737
[dependencies.blas-src]
38+
git = "https://github.com/termoshtt/blas-src"
39+
branch = "intel-mkl-0.5.0"
3840
version = "0.4"
3941
default-features = false
4042

4143
[dependencies.lapack-src]
44+
git = "https://github.com/termoshtt/lapack-src"
45+
branch = "intel-mkl-0.5.0"
4246
version = "0.4"
4347
default-features = false
4448

@@ -48,6 +52,11 @@ default-features = false
4852
features = ["static"]
4953
optional = true
5054

55+
[dependencies.intel-mkl-sys]
56+
version = "0.1"
57+
default-features = false
58+
optional = true
59+
5160
[dev-dependencies]
5261
paste = "0.1"
5362
criterion = "0.3"

0 commit comments

Comments
 (0)