Skip to content

Commit 3b37307

Browse files
committed
use trapping-math with clang
1 parent 43307ab commit 3b37307

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [ubuntu-latest, macos-13]
26+
os: [ubuntu-latest, macos-latest]
2727
PLAT: [i686, x86_64]
2828
INTERFACE64: ['0', '1']
2929
MB_ML_VER: ['2014']

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)