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.
2 parents 18b63d0 + 6836e1c commit 0bac489Copy full SHA for 0bac489
.github/workflows/build.yml
@@ -13,7 +13,7 @@ on:
13
branches: [ master ]
14
15
env:
16
- OPENBLAS_COMMIT: "4ad33c46b0c"
+ OPENBLAS_COMMIT: "v0.3.12"
17
OPENBLAS_ROOT: "c:\\opt"
18
19
jobs:
.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=4ad33c46b0c
+ - OPENBLAS_COMMIT=v0.3.12
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