Skip to content

Commit 20bbfa9

Browse files
authored
Merge pull request #50 from rust-math/release-0.6.0+mkl2020.1
Ready for release 0.6.0+mkl2020.1
2 parents 7a6a4f2 + c9470f5 commit 20bbfa9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

intel-mkl-src/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "intel-mkl-src"
3-
version = "0.6.0-alpha.1"
3+
version = "0.6.0+mkl2020.1"
44
authors = ["Toshiki Teramura <[email protected]>"]
55
edition = "2018"
66

@@ -14,7 +14,7 @@ build = "build.rs"
1414
links = "mkl_core"
1515

1616
[features]
17-
default = ["download", "mkl-dynamic-lp64-iomp"]
17+
default = ["download", "mkl-static-ilp64-seq"]
1818

1919
# MKL config
2020
# https://software.intel.com/content/www/us/en/develop/articles/intel-math-kernel-library-intel-mkl-and-pkg-config-tool.html
@@ -34,4 +34,4 @@ xdg-data-home = []
3434

3535
[build-dependencies]
3636
anyhow = "1"
37-
intel-mkl-tool = { version = "0.2.0-alpha.1", path = "../intel-mkl-tool", default-features = false }
37+
intel-mkl-tool = { version = "0.2.0", path = "../intel-mkl-tool", default-features = false }

intel-mkl-sys/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "intel-mkl-sys"
3-
version = "0.2.0-alpha.0"
3+
version = "0.2.0+mkl2020.1"
44
authors = ["Toshiki Teramura <[email protected]>"]
55
edition = "2018"
66

@@ -10,7 +10,7 @@ keywords = ["ffi"]
1010
license = "MIT"
1111

1212
[features]
13-
default = ["download", "mkl-dynamic-lp64-iomp"]
13+
default = ["download", "mkl-static-ilp64-seq"]
1414

1515
# MKL config
1616
# https://software.intel.com/content/www/us/en/develop/articles/intel-math-kernel-library-intel-mkl-and-pkg-config-tool.html
@@ -27,7 +27,7 @@ mkl-dynamic-ilp64-seq = ["intel-mkl-src/mkl-dynamic-ilp64-seq"]
2727
download = ["intel-mkl-src/download"]
2828

2929
[dependencies]
30-
intel-mkl-src = { path = "../intel-mkl-src", version = "0.6.0-alpha.0", default-features = false }
30+
intel-mkl-src = { path = "../intel-mkl-src", version = "0.6.0", default-features = false }
3131

3232
[dev-dependencies]
3333
criterion = "0.3.0"

intel-mkl-tool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "intel-mkl-tool"
3-
version = "0.2.0-alpha.1"
3+
version = "0.2.0+mkl2020.1"
44
authors = ["Toshiki Teramura <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)