Skip to content

Commit 89822c8

Browse files
committed
Drop "download" from default feature of intel-mkl-src crate
1 parent 1e965e4 commit 89822c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intel-mkl-src/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build = "build.rs"
1616
links = "mkl_core"
1717

1818
[features]
19-
default = ["download", "mkl-static-ilp64-seq"]
19+
default = ["mkl-static-ilp64-seq"]
2020

2121
# MKL config
2222
# https://software.intel.com/content/www/us/en/develop/articles/intel-math-kernel-library-intel-mkl-and-pkg-config-tool.html

0 commit comments

Comments
 (0)