From fb392a96725669852ffc1dce97061e682d117152 Mon Sep 17 00:00:00 2001 From: Matti Picus Date: Wed, 17 Apr 2024 17:34:54 +1000 Subject: [PATCH] travis crashes when log is too large --- pyproject.toml | 2 +- tools/build_steps.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 44ddc221..d068d1d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "scipy-openblas64" -version = "0.3.27.44.1" +version = "0.3.27.44.2" requires-python = ">=3.7" description = "Provides OpenBLAS for python packaging" readme = "README.md" diff --git a/tools/build_steps.sh b/tools/build_steps.sh index 6d4b0184..02445d27 100644 --- a/tools/build_steps.sh +++ b/tools/build_steps.sh @@ -170,7 +170,7 @@ function do_build_lib { CFLAGS="$CFLAGS -fvisibility=protected -Wno-uninitialized" \ make BUFFERSIZE=20 DYNAMIC_ARCH=1 \ USE_OPENMP=0 NUM_THREADS=64 \ - BINARY=$bitness $interface_flags $target_flags + BINARY=$bitness $interface_flags $target_flags > /dev/null make PREFIX=$BUILD_PREFIX $interface_flags install popd stop_spinner