We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d66b4a + fb392a9 commit 00ad94bCopy full SHA for 00ad94b
pyproject.toml
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
9
[project]
10
name = "scipy-openblas64"
11
-version = "0.3.27.44.1"
+version = "0.3.27.44.2"
12
requires-python = ">=3.7"
13
description = "Provides OpenBLAS for python packaging"
14
readme = "README.md"
tools/build_steps.sh
@@ -170,7 +170,7 @@ function do_build_lib {
170
CFLAGS="$CFLAGS -fvisibility=protected -Wno-uninitialized" \
171
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
172
USE_OPENMP=0 NUM_THREADS=64 \
173
- BINARY=$bitness $interface_flags $target_flags
+ BINARY=$bitness $interface_flags $target_flags > /dev/null
174
make PREFIX=$BUILD_PREFIX $interface_flags install
175
popd
176
stop_spinner
0 commit comments