Skip to content

Commit 24557b4

Browse files
authored
use trapping-math with clang (#209)
* use trapping-math with clang
1 parent 43307ab commit 24557b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
[project]
1010
name = "scipy-openblas64"
1111
# v0.3.30
12-
version = "0.3.30.0.0"
12+
version = "0.3.30.0.1"
1313
requires-python = ">=3.7"
1414
description = "Provides OpenBLAS for python packaging"
1515
readme = "README.md"

tools/build_steps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ function do_build_lib {
168168
Darwin-arm64)
169169
local bitness=64
170170
local target="VORTEX"
171+
CFLAGS="$CFLAGS -ftrapping-math"
171172
;;
172173
*-s390x)
173174
local bitness=64

0 commit comments

Comments
 (0)