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.
1 parent 43307ab commit 24557b4Copy full SHA for 24557b4
pyproject.toml
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
[project]
10
name = "scipy-openblas64"
11
# v0.3.30
12
-version = "0.3.30.0.0"
+version = "0.3.30.0.1"
13
requires-python = ">=3.7"
14
description = "Provides OpenBLAS for python packaging"
15
readme = "README.md"
tools/build_steps.sh
@@ -168,6 +168,7 @@ function do_build_lib {
168
Darwin-arm64)
169
local bitness=64
170
local target="VORTEX"
171
+ CFLAGS="$CFLAGS -ftrapping-math"
172
;;
173
*-s390x)
174
0 commit comments