We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75f7e4 commit 5366121Copy full SHA for 5366121
.github/workflows/multibuild.yml
@@ -31,7 +31,7 @@ jobs:
31
INTERFACE64: '1'
32
env:
33
REPO_DIR: OpenBLAS
34
- OPENBLAS_COMMIT: v0.3.13
+ OPENBLAS_COMMIT: af2b0d0
35
MACOSX_DEPLOYMENT_TARGET: 10.9
36
MB_PYTHON_VERSION: ${{ matrix.python-version }}
37
TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }}
.travis.yml
@@ -2,7 +2,7 @@ env:
2
global:
3
# The archive that gets built has name from ``git describe`` on this
4
# commit.
5
- - OPENBLAS_COMMIT=v0.3.13
+ - OPENBLAS_COMMIT=af2b0d0
6
- REPO_DIR=OpenBLAS
7
# Following generated with:
8
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>
0 commit comments