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 444203b + 1a92283 commit c413b75Copy full SHA for c413b75
.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=v0.3.10
+ - BUILD_COMMIT=349b722d8d09303
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: v0.3.10
+ OPENBLAS_COMMIT: 349b722d8d09303
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