Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48b50f9

Browse files
mattipcharris
authored andcommitted
use OpenBLAS 0.3.29
1 parent 7d1ebbe commit 48b50f9

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/linux_musl.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ jobs:
6060
pip install -r requirements/build_requirements.txt -r requirements/test_requirements.txt
6161
6262
# use meson to build and test
63-
# the Duse-ilp64 is not needed with scipy-openblas wheels > 0.3.24.95.0
64-
# spin build --with-scipy-openblas=64 -- -Duse-ilp64=true
6563
spin build --with-scipy-openblas=64
6664
spin test -j auto
6765

requirements/ci32_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
spin==0.13
22
# Keep this in sync with ci_requirements.txt
3-
scipy-openblas32==0.3.28.0.2
3+
scipy-openblas32==0.3.29.0.0

requirements/ci_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
spin==0.13
22
# Keep this in sync with ci32_requirements.txt
3-
scipy-openblas32==0.3.28.0.2
4-
scipy-openblas64==0.3.28.0.2
3+
scipy-openblas32==0.3.29.0.0
4+
scipy-openblas64==0.3.29.0.0

0 commit comments

Comments
 (0)