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 d943cbc + 729b63c commit 7d2e011Copy full SHA for 7d2e011
.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.5
+ - BUILD_COMMIT=3f427c0cf9
6
- REPO_DIR=OpenBLAS
7
- PLAT=x86_64
8
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
appveyor.yml
@@ -4,7 +4,7 @@ os: Visual Studio 2015
environment:
- OPENBLAS_COMMIT: v0.3.5
+ OPENBLAS_COMMIT: 3f427c0cf9
OPENBLAS_ROOT: c:\opt
9
MSYS2_ROOT: c:\msys64
10
WHEELHOUSE_UPLOADER_USERNAME: travis-worker
0 commit comments