File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ openblas-system = ["lapack/openblas", "openblas-src/system"]
1919netlib-shared = [" lapack/netlib" ]
2020netlib-static = [" lapack/netlib" , " netlib-src/static" ]
2121netlib-system = [" lapack/netlib" , " netlib-src/system" ]
22+ intel-mkl = [" lapack/intel-mkl" , " intel-mkl-src" ]
2223
2324[dependencies ]
2425rand = " 0.3"
@@ -33,7 +34,8 @@ default-features = false
3334features = [" blas" ]
3435
3536[dependencies .lapack ]
36- version = " 0.13"
37+ git = " http://github.com/termoshtt/lapack"
38+ branch = " intel-mkl"
3739default-features = false
3840
3941[dependencies .openblas-src ]
@@ -45,3 +47,8 @@ optional = true
4547version = " 0.7.0"
4648default-features = false
4749optional = true
50+
51+ [dependencies .intel-mkl-src ]
52+ version = " 0.2.5"
53+ default-features = false
54+ optional = true
You can’t perform that action at this time.
0 commit comments