File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,11 @@ script:
87
87
# Build library and collect into libs subdirectory
88
88
- |
89
89
if [ ${TRAVIS_EVENT_TYPE} == "cron" ]; then
90
- travis wait build_lib "$PLAT" "$INTERFACE64" 1
90
+ travis_wait build_lib "$PLAT" "$INTERFACE64" 1
91
91
version=$(cd OpenBLAS && git describe --tags --abbrev=8 | sed -e "s/^v\(.*\)-g.*/\1/" | sed -e "s/-/./g")
92
92
sed -e "s/^version = .*/version = \"${version}\"/" -i.bak pyproject.toml
93
93
else
94
- travis wait build_lib "$PLAT" "$INTERFACE64" 0
94
+ travis_wait build_lib "$PLAT" "$INTERFACE64" 0
95
95
fi
96
96
- libc=${MB_ML_LIBC:-manylinux}
97
97
- docker_image=quay.io/pypa/${libc}${MB_ML_VER}_${PLAT}
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ function do_build_lib {
145
145
local target=ARMV8
146
146
# temporarily limit the kernels for travis until there is data
147
147
# see https://github.com/MacPython/openblas-libs/issues/170
148
- local dynamic_list=" ARMV8 CORTEXA57 THUNDERX"
148
+ local dynamic_list=" ARMV8 CORTEXA57 NEOVERSEV1 THUNDERX"
149
149
;;
150
150
Darwin-arm64)
151
151
local bitness=64
You can’t perform that action at this time.
0 commit comments