Skip to content

Commit 479de91

Browse files
authored
Merge pull request #23 from mattip/pre0.3.9
update to pre-0.3.9 commit
2 parents a1563e3 + 38aa0ac commit 479de91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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-
- BUILD_COMMIT=c815b8f
5+
- BUILD_COMMIT=ddcbed6 # xianyi/OpenBLAS#2445 recommends this until 0.3.9 is released
66
- REPO_DIR=OpenBLAS
77
# Following generated with:
88
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ os: Visual Studio 2015
44

55
environment:
66
global:
7-
OPENBLAS_COMMIT: c815b8f
7+
OPENBLAS_COMMIT: ddcbed6
88
OPENBLAS_ROOT: c:\opt
99
MSYS2_ROOT: c:\msys64
1010
# The value of the existing token can be retrieved at the bottom of the page at:

0 commit comments

Comments
 (0)