File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-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 = [" intel-mkl-src" ]
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" ]
@@ -40,3 +40,8 @@ optional = true
40
40
version = " 0.2"
41
41
default-features = false
42
42
optional = true
43
+
44
+ [dependencies .intel-mkl-src ]
45
+ version = " 0.4"
46
+ default-features = false
47
+ optional = true
Original file line number Diff line number Diff line change 36
36
//! - [Random matrix generators](generate/index.html)
37
37
//! - [Scalar trait](types/trait.Scalar.html)
38
38
39
+ #[ cfg( feature = "intel-mkl" ) ]
40
+ extern crate intel_mkl_src;
41
+
39
42
pub mod assert;
40
43
pub mod cholesky;
41
44
pub mod convert;
You can’t perform that action at this time.
0 commit comments