Skip to content

Commit ad86854

Browse files
committed
Update the attributes
1 parent 56c666f commit ad86854

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/lib.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,12 @@ extern crate accelerate_src as raw;
4646
#[cfg(feature = "blis")]
4747
extern crate blis_src as raw;
4848

49-
#[cfg(feature = "intel-mkl")]
49+
#[cfg(any(
50+
feature = "intel-mkl-dynamic-parallel",
51+
feature = "intel-mkl-dynamic-sequential",
52+
feature = "intel-mkl-static-parallel",
53+
feature = "intel-mkl-static-sequential",
54+
))]
5055
extern crate intel_mkl_src as raw;
5156

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

0 commit comments

Comments
 (0)