Skip to content

Commit 5366121

Browse files
committed
Update OpenBLAS commit to af2b0d0
1 parent d75f7e4 commit 5366121

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/multibuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
INTERFACE64: '1'
3232
env:
3333
REPO_DIR: OpenBLAS
34-
OPENBLAS_COMMIT: v0.3.13
34+
OPENBLAS_COMMIT: af2b0d0
3535
MACOSX_DEPLOYMENT_TARGET: 10.9
3636
MB_PYTHON_VERSION: ${{ matrix.python-version }}
3737
TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }}

.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=v0.3.13
5+
- OPENBLAS_COMMIT=af2b0d0
66
- REPO_DIR=OpenBLAS
77
# Following generated with:
88
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>

0 commit comments

Comments
 (0)