Skip to content

Commit

Permalink
Revert "Update BLAS dependency. (#768)"
Browse files Browse the repository at this point in the history
Reason for revert: breaking change, will be re-applied after minor
release is out.

This reverts commit fdeb35a.
  • Loading branch information
bluss committed Apr 12, 2020
1 parent 25cf334 commit ab249de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Cargo.lock
target/
.idea/
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0", optional = true, default-features = false }
blas-src = { version = "0.2.0", optional = true, default-features = false }

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

0 comments on commit ab249de

Please sign in to comment.