File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ categories = ["algorithms", "science"]
1414[features ]
1515default = []
1616accelerate = [" lapack-src/accelerate" , " blas-src/accelerate" ]
17- intel-mkl = [" intel-mkl-src" ]
17+ intel-mkl = [" lapack-src/ intel-mkl" , " blas -src/intel-mkl " ]
1818netlib = [" lapack-src/netlib" , " blas-src/netlib" , " netlib-src" ]
1919openblas = [" lapack-src/openblas" , " blas-src/openblas" , " openblas-src" ]
2020
@@ -41,11 +41,6 @@ version = "0.1"
4141default-features = false
4242optional = true
4343
44- [dependencies .intel-mkl-src ]
45- version = " 0.2"
46- default-features = false
47- optional = true
48-
4944[dependencies .netlib-src ]
5045version = " 0.7.0"
5146features = [" static" , " cblas" , " lapacke" , " tmg" ]
Original file line number Diff line number Diff line change @@ -28,15 +28,6 @@ extern crate procedurals;
2828#[ macro_use]
2929extern crate derive_new;
3030
31- #[ cfg( feature = "openblas" ) ]
32- extern crate openblas_src;
33-
34- #[ cfg( feature = "netlib" ) ]
35- extern crate netlib_src;
36-
37- #[ cfg( feature = "intel-mkl" ) ]
38- extern crate intel_mkl_src;
39-
4031pub mod assert;
4132pub mod cholesky;
4233pub mod convert;
You can’t perform that action at this time.
0 commit comments