File tree 2 files changed +1
-15
lines changed
2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ categories = ["algorithms", "science"]
14
14
[features ]
15
15
default = []
16
16
accelerate = [" lapack-src/accelerate" , " blas-src/accelerate" ]
17
- intel-mkl = [" intel-mkl-src" ]
17
+ intel-mkl = [" lapack-src/ intel-mkl" , " blas -src/intel-mkl " ]
18
18
netlib = [" lapack-src/netlib" , " blas-src/netlib" , " netlib-src" ]
19
19
openblas = [" lapack-src/openblas" , " blas-src/openblas" , " openblas-src" ]
20
20
@@ -41,11 +41,6 @@ version = "0.1"
41
41
default-features = false
42
42
optional = true
43
43
44
- [dependencies .intel-mkl-src ]
45
- version = " 0.2"
46
- default-features = false
47
- optional = true
48
-
49
44
[dependencies .netlib-src ]
50
45
version = " 0.7.0"
51
46
features = [" static" , " cblas" , " lapacke" , " tmg" ]
Original file line number Diff line number Diff line change @@ -28,15 +28,6 @@ extern crate procedurals;
28
28
#[ macro_use]
29
29
extern crate derive_new;
30
30
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
-
40
31
pub mod assert;
41
32
pub mod cholesky;
42
33
pub mod convert;
You can’t perform that action at this time.
0 commit comments