Skip to content

Commit 00ad94b

Browse files
authored
Merge pull request #155 from mattip/log
travis crashes when log is too large
2 parents 2d66b4a + fb392a9 commit 00ad94b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "scipy-openblas64"
11-
version = "0.3.27.44.1"
11+
version = "0.3.27.44.2"
1212
requires-python = ">=3.7"
1313
description = "Provides OpenBLAS for python packaging"
1414
readme = "README.md"

tools/build_steps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function do_build_lib {
170170
CFLAGS="$CFLAGS -fvisibility=protected -Wno-uninitialized" \
171171
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
172172
USE_OPENMP=0 NUM_THREADS=64 \
173-
BINARY=$bitness $interface_flags $target_flags
173+
BINARY=$bitness $interface_flags $target_flags > /dev/null
174174
make PREFIX=$BUILD_PREFIX $interface_flags install
175175
popd
176176
stop_spinner

0 commit comments

Comments
 (0)