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"]
14
14
15
15
[features ]
16
16
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 " ]
18
18
netlib = [" lapack-src/netlib" , " blas-src/netlib" ]
19
19
openblas = [" lapack-src/openblas" , " blas-src/openblas" ]
20
20
serde-1 = [" ndarray/serde-1" , " num-complex/serde" ]
@@ -35,10 +35,14 @@ features = ["blas"]
35
35
default-features = false
36
36
37
37
[dependencies .blas-src ]
38
+ git = " https://github.com/termoshtt/blas-src"
39
+ branch = " intel-mkl-0.5.0"
38
40
version = " 0.4"
39
41
default-features = false
40
42
41
43
[dependencies .lapack-src ]
44
+ git = " https://github.com/termoshtt/lapack-src"
45
+ branch = " intel-mkl-0.5.0"
42
46
version = " 0.4"
43
47
default-features = false
44
48
@@ -48,6 +52,11 @@ default-features = false
48
52
features = [" static" ]
49
53
optional = true
50
54
55
+ [dependencies .intel-mkl-sys ]
56
+ version = " 0.1"
57
+ default-features = false
58
+ optional = true
59
+
51
60
[dev-dependencies ]
52
61
paste = " 0.1"
53
62
criterion = " 0.3"
You can’t perform that action at this time.
0 commit comments