Skip to content

Commit cc76182

Browse files
authored
Merge pull request #78 from mattip/v0.3.20
remove unused appveyor, update to OpenBLAS v0.3.20
2 parents 019f06a + 2fa46b2 commit cc76182

File tree

7 files changed

+7
-86
lines changed

7 files changed

+7
-86
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.

travis-ci/build_steps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ function do_build_lib {
160160
mkdir -p libs
161161
start_spinner
162162
set -x
163+
git config --global --add safe.directory '*'
163164
(cd OpenBLAS \
164165
&& patch_source \
165166
&& make BUFFERSIZE=20 DYNAMIC_ARCH=1 USE_OPENMP=0 NUM_THREADS=64 BINARY=$bitness $interface64_flags $target_flags > /dev/null \
@@ -183,7 +184,7 @@ function do_build_lib {
183184
$BUILD_PREFIX/include/*blas* \
184185
$BUILD_PREFIX/include/*lapack* \
185186
$BUILD_PREFIX/lib/libopenblas* \
186-
$BUILD_PREFIX/lib/pkgconfig* \
187+
$BUILD_PREFIX/lib/pkgconfig/openblas* \
187188
$BUILD_PREFIX/lib/cmake/openblas
188189
}
189190

0 commit comments

Comments
 (0)