File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
branches : [ master ]
14
14
15
15
env :
16
- OPENBLAS_COMMIT : " v0.3.20 "
16
+ OPENBLAS_COMMIT : " bfd9c1b58cd3 "
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 : " v0.3.20 "
55
+ OPENBLAS_COMMIT : " bfd9c1b58cd3 "
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="v0.3.20 "
5
+ - OPENBLAS_COMMIT="bfd9c1b58cd3 "
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 @@ -163,7 +163,7 @@ function do_build_lib {
163
163
git config --global --add safe.directory ' *'
164
164
(cd OpenBLAS \
165
165
&& patch_source \
166
- && make BUFFERSIZE=20 DYNAMIC_ARCH=1 USE_OPENMP=0 NUM_THREADS=64 BINARY=$bitness $interface64_flags $target_flags > /dev/null \
166
+ && CFLAGS= " -fvisibility=protected " make BUFFERSIZE=20 DYNAMIC_ARCH=1 USE_OPENMP=0 NUM_THREADS=64 BINARY=$bitness $interface64_flags $target_flags > /dev/null \
167
167
&& make PREFIX=$BUILD_PREFIX $interface64_flags install )
168
168
stop_spinner
169
169
local version=$( cd OpenBLAS && git describe --tags --abbrev=8)
You can’t perform that action at this time.
0 commit comments