Skip to content

Commit 98bb623

Browse files
committed
update OpenBLAS version
1 parent 2cf9674 commit 98bb623

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
INTERFACE64: '1'
4747
env:
4848
REPO_DIR: OpenBLAS
49-
OPENBLAS_COMMIT: "9d425a5f"
49+
OPENBLAS_COMMIT: "v0.3.26"
5050
NIGHTLY: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
5151
MACOSX_DEPLOYMENT_TARGET: 10.9
5252
MB_PYTHON_VERSION: ${{ matrix.python-version }}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main ]
88

99
env:
10-
OPENBLAS_COMMIT: "9d425a5f"
10+
OPENBLAS_COMMIT: "v0.3.26"
1111
OPENBLAS_ROOT: "c:\\opt"
1212
# Preserve working directory for calls into bash
1313
# Without this, invoking bash will cd to the home directory

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ env:
22
global:
33
# The archive that gets built has name from ``git describe`` on this
44
# commit.
5-
- OPENBLAS_COMMIT="9d425a5f"
5+
- OPENBLAS_COMMIT="v0.3.26"
66
- REPO_DIR=OpenBLAS
77
# Following generated with:
88
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>

tools/local_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ else
1818

1919
fi
2020
export REPO_DIR=OpenBLAS
21-
export OPENBLAS_COMMIT="c2f4bdb"
21+
export OPENBLAS_COMMIT="v0.3.26"
2222

2323
# export MB_ML_LIBC=musllinux
2424
# export MB_ML_VER=_1_1

0 commit comments

Comments
 (0)