Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 48b50f9

Browse filesBrowse files
mattipcharris
authored andcommitted
use OpenBLAS 0.3.29
1 parent 7d1ebbe commit 48b50f9
Copy full SHA for 48b50f9

File tree

Expand file treeCollapse file tree

3 files changed

+3
-5
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-5
lines changed

‎.github/workflows/linux_musl.yml

Copy file name to clipboardExpand all lines: .github/workflows/linux_musl.yml
-2Lines 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

Copy file name to clipboard
+1-1Lines 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

Copy file name to clipboard
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.