Skip to content

Commit

Permalink
Trying to pin openblas-build
Browse files Browse the repository at this point in the history
  • Loading branch information
akern40 committed Dec 16, 2024
1 parent e0e73a8 commit bb0e231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/blas-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ blas-src = { version = "0.10", optional = true }
openblas-src = { version = "=0.10.9", optional = true }
netlib-src = { version = "0.8", optional = true }
blis-src = { version = "0.2", features = ["system"], optional = true }
openblas-build = "=0.10.9"

[dev-dependencies]
defmac = "0.2"
Expand Down
1 change: 1 addition & 0 deletions crates/numeric-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ rand_distr = { workspace = true }

blas-src = { optional = true, version = "0.10", default-features = false, features = ["openblas"] }
openblas-src = { optional = true, version = "=0.10.9", default-features = false, features = ["cblas", "system"] }
openblas-build = "=0.10.9"

[dev-dependencies]
num-traits = { workspace = true }
Expand Down

0 comments on commit bb0e231

Please sign in to comment.