Skip to content

Commit 7e981f1

Browse files
committed
build for OpenBLAS 0.3.15
1 parent 9311926 commit 7e981f1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
branches: [ master ]
1414

1515
env:
16-
OPENBLAS_COMMIT: "af2b0d0"
16+
OPENBLAS_COMMIT: "v0.3.15"
1717
OPENBLAS_ROOT: "c:\\opt"
1818

1919
jobs:

.github/workflows/multibuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
INTERFACE64: '1'
3737
env:
3838
REPO_DIR: OpenBLAS
39-
OPENBLAS_COMMIT: af2b0d0
39+
OPENBLAS_COMMIT: "v0.3.15"
4040
MACOSX_DEPLOYMENT_TARGET: 10.9
4141
MB_PYTHON_VERSION: ${{ matrix.python-version }}
4242
TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }}

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ env:
22
global:
33
# The archive that gets built has name from ``git describe`` on this
44
# commit.
5-
- OPENBLAS_COMMIT=af2b0d0
6-
- REPO_DIR=OpenBLAS
5+
- OPENBLAS_COMMIT = "v0.3.15"
6+
- REPO_DIR = OpenBLAS
77
# Following generated with:
88
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>
99
# The value of the existing token can be retrieved at the bottom of the page at:

0 commit comments

Comments
 (0)