Skip to content

Commit

Permalink
Update BLAS dependency. (#768)
Browse files Browse the repository at this point in the history
hameerabbasi authored and LukeMathWalker committed Dec 30, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 41f8ace commit fdeb35a
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Cargo.lock
target/
.idea/
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ approx = { version = "0.3.2", optional = true }

# Use via the `blas` crate feature!
cblas-sys = { version = "0.1.4", optional = true, default-features = false }
blas-src = { version = "0.2.0", optional = true, default-features = false }
blas-src = { version = "0.4.0", optional = true, default-features = false }

matrixmultiply = { version = "0.2.0" }
serde = { version = "1.0", optional = true }
4 changes: 2 additions & 2 deletions blas-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ test = false
[dev-dependencies]
approx = "0.3.2"
ndarray = { path = "../", features = ["approx", "blas"] }
blas-src = { version = "0.2.0", default-features = false, features = ["openblas"] }
openblas-src = { version = "0.6.0", default-features = false, features = ["cblas", "system"] }
blas-src = { version = "0.4.0", default-features = false, features = ["openblas"] }
openblas-src = { version = "0.7.0", default-features = false, features = ["cblas", "system"] }
defmac = "0.2"
num-traits = "0.2"

0 comments on commit fdeb35a

Please sign in to comment.