File tree Expand file tree Collapse file tree 7 files changed +7
-86
lines changed Expand file tree Collapse file tree 7 files changed +7
-86
lines changed Original file line number Diff line number Diff line change 13
13
branches : [ master ]
14
14
15
15
env :
16
- OPENBLAS_COMMIT : " 5188aed "
16
+ OPENBLAS_COMMIT : " v0.3.20 "
17
17
OPENBLAS_ROOT : " c:\\ opt"
18
18
19
19
jobs :
Original file line number Diff line number Diff line change 52
52
INTERFACE64 : ' 1'
53
53
env :
54
54
REPO_DIR : OpenBLAS
55
- OPENBLAS_COMMIT : " 5188aed "
55
+ OPENBLAS_COMMIT : " v0.3.20 "
56
56
MACOSX_DEPLOYMENT_TARGET : 10.9
57
57
MB_PYTHON_VERSION : ${{ matrix.python-version }}
58
58
TRAVIS_PYTHON_VERSION : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 2
2
global :
3
3
# The archive that gets built has name from ``git describe`` on this
4
4
# commit.
5
- - OPENBLAS_COMMIT="5188aed "
5
+ - OPENBLAS_COMMIT="v0.3.20 "
6
6
- REPO_DIR=OpenBLAS
7
7
# Following generated with:
8
8
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>
Original file line number Diff line number Diff line change 1
1
# Building OpenBLAS
2
2
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.
4
5
5
6
The OpenBLAS libraries get uploaded to
6
7
https://anaconda.org/multibuild-wheels-staging/openblas-libs/files
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ function do_build_lib {
160
160
mkdir -p libs
161
161
start_spinner
162
162
set -x
163
+ git config --global --add safe.directory ' *'
163
164
(cd OpenBLAS \
164
165
&& patch_source \
165
166
&& 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 {
183
184
$BUILD_PREFIX /include/* blas* \
184
185
$BUILD_PREFIX /include/* lapack* \
185
186
$BUILD_PREFIX /lib/libopenblas* \
186
- $BUILD_PREFIX /lib/pkgconfig* \
187
+ $BUILD_PREFIX /lib/pkgconfig/openblas * \
187
188
$BUILD_PREFIX /lib/cmake/openblas
188
189
}
189
190
You can’t perform that action at this time.
0 commit comments