Skip to content

Commit abe5ad2

Browse files
committed
expose mkl for all features
1 parent a58d311 commit abe5ad2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/lib.rs

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,17 @@
3737
#[cfg(feature = "accelerate")]
3838
extern crate accelerate_src as raw;
3939

40-
#[cfg(feature = "intel-mkl")]
40+
#[cfg(any(
41+
feature = "intel-mkl",
42+
feature = "intel-mkl-static-lp64-iomp",
43+
feature = "intel-mkl-static-lp64-seq",
44+
feature = "intel-mkl-static-ilp64-iomp",
45+
feature = "intel-mkl-static-ilp64-seq",
46+
feature = "intel-mkl-dynamic-lp64-iomp",
47+
feature = "intel-mkl-dynamic-lp64-seq",
48+
feature = "intel-mkl-dynamic-ilp64-iomp",
49+
feature = "intel-mkl-dynamic-ilp64-seq"
50+
))]
4151
extern crate intel_mkl_src as raw;
4252

4353
#[cfg(feature = "netlib")]

0 commit comments

Comments
 (0)