Skip to content

Commit

Permalink
Merge pull request #50 from rust-math/release-0.6.0+mkl2020.1
Browse files Browse the repository at this point in the history
Ready for release 0.6.0+mkl2020.1
  • Loading branch information
termoshtt authored Jun 23, 2020
2 parents 7a6a4f2 + c9470f5 commit 20bbfa9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions intel-mkl-src/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "intel-mkl-src"
version = "0.6.0-alpha.1"
version = "0.6.0+mkl2020.1"
authors = ["Toshiki Teramura <[email protected]>"]
edition = "2018"

Expand All @@ -14,7 +14,7 @@ build = "build.rs"
links = "mkl_core"

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

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

[build-dependencies]
anyhow = "1"
intel-mkl-tool = { version = "0.2.0-alpha.1", path = "../intel-mkl-tool", default-features = false }
intel-mkl-tool = { version = "0.2.0", path = "../intel-mkl-tool", default-features = false }
6 changes: 3 additions & 3 deletions intel-mkl-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "intel-mkl-sys"
version = "0.2.0-alpha.0"
version = "0.2.0+mkl2020.1"
authors = ["Toshiki Teramura <[email protected]>"]
edition = "2018"

Expand All @@ -10,7 +10,7 @@ keywords = ["ffi"]
license = "MIT"

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

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

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

[dev-dependencies]
criterion = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion intel-mkl-tool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "intel-mkl-tool"
version = "0.2.0-alpha.1"
version = "0.2.0+mkl2020.1"
authors = ["Toshiki Teramura <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 20bbfa9

Please sign in to comment.