Skip to content

Commit

Permalink
Locks openblas-src to 0.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
akern40 committed Dec 16, 2024
1 parent f5def98 commit d08e496
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Install openblas
run: sudo apt-get install libopenblas-dev gfortran
- run: ./scripts/blas-integ-tests.sh "$FEATURES" 1.71.1
- run: ./scripts/blas-integ-tests.sh 1.71.1

miri:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion crates/blas-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ndarray = { workspace = true, features = ["approx", "blas"] }
ndarray-gen = { workspace = true }

blas-src = { version = "0.10", optional = true }
openblas-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 }

Expand Down
2 changes: 1 addition & 1 deletion crates/numeric-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rand = { workspace = true }
rand_distr = { workspace = true }

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

[dev-dependencies]
num-traits = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion scripts/blas-integ-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
set -x
set -e

FEATURES=$1
CHANNEL=$2

# BLAS tests
Expand Down

0 comments on commit d08e496

Please sign in to comment.