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 7384cbc commit bcc4a14Copy full SHA for bcc4a14
.github/workflows/build.yml
@@ -13,7 +13,7 @@ on:
13
branches: [ master ]
14
15
env:
16
- OPENBLAS_COMMIT: "14b1d339331d"
+ OPENBLAS_COMMIT: "4ad33c46b0c"
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=14b1d339331d
+ - OPENBLAS_COMMIT=4ad33c46b0c
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