Skip to content

Commit aed2415

Browse files
committed
remove unused appveyor, update to OpenBLAS v0.3.20
1 parent 019f06a commit aed2415

File tree

6 files changed

+5
-85
lines changed

6 files changed

+5
-85
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: "5188aed"
16+
OPENBLAS_COMMIT: "v0.3.20"
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
@@ -52,7 +52,7 @@ jobs:
5252
INTERFACE64: '1'
5353
env:
5454
REPO_DIR: OpenBLAS
55-
OPENBLAS_COMMIT: "5188aed"
55+
OPENBLAS_COMMIT: "v0.3.20"
5656
MACOSX_DEPLOYMENT_TARGET: 10.9
5757
MB_PYTHON_VERSION: ${{ matrix.python-version }}
5858
TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }}

.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-
- OPENBLAS_COMMIT="5188aed"
5+
- OPENBLAS_COMMIT="v0.3.20"
66
- REPO_DIR=OpenBLAS
77
# Following generated with:
88
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Building OpenBLAS
22

3-
This is a repository to trigger builds of OpenBLAS on Travis-CI and Appveyor.
3+
This is a repository to trigger builds of OpenBLAS on Travis-CI (for aarch64,
4+
ppc64, s390x) and github actions for all the others.
45

56
The OpenBLAS libraries get uploaded to
67
https://anaconda.org/multibuild-wheels-staging/openblas-libs/files

_appveyor.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

tools/prepare_local.bat

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)