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 c2b1d8e + 9e8738a commit d0474beCopy full SHA for d0474be
.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
- - BUILD_COMMIT=ddcbed6 # xianyi/OpenBLAS#2445 recommends this until 0.3.9 is released
+ - BUILD_COMMIT=v0.3.9
6
- REPO_DIR=OpenBLAS
7
# Following generated with:
8
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>
appveyor.yml
@@ -4,7 +4,7 @@ os: Visual Studio 2015
environment:
- OPENBLAS_COMMIT: ddcbed6
+ OPENBLAS_COMMIT: v0.3.9
OPENBLAS_ROOT: c:\opt
9
MSYS2_ROOT: c:\msys64
10
# The value of the existing token can be retrieved at the bottom of the page at:
0 commit comments