File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ categories = ["algorithms", "science"]
1414
1515[features ]
1616default = []
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 " ]
1818netlib = [" lapack-src/netlib" , " blas-src/netlib" ]
1919openblas = [" lapack-src/openblas" , " blas-src/openblas" ]
2020serde-1 = [" ndarray/serde-1" , " num-complex/serde" ]
@@ -35,10 +35,14 @@ features = ["blas"]
3535default-features = false
3636
3737[dependencies .blas-src ]
38+ git = " https://github.com/termoshtt/blas-src"
39+ branch = " intel-mkl-0.5.0"
3840version = " 0.4"
3941default-features = false
4042
4143[dependencies .lapack-src ]
44+ git = " https://github.com/termoshtt/lapack-src"
45+ branch = " intel-mkl-0.5.0"
4246version = " 0.4"
4347default-features = false
4448
@@ -48,6 +52,11 @@ default-features = false
4852features = [" static" ]
4953optional = true
5054
55+ [dependencies .intel-mkl-sys ]
56+ version = " 0.1"
57+ default-features = false
58+ optional = true
59+
5160[dev-dependencies ]
5261paste = " 0.1"
5362criterion = " 0.3"
You can’t perform that action at this time.
0 commit comments