8000 try if modifying compiler commands directly helps... · numpy/numpy@06ae9ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 06ae9ee

Browse files
committed
try if modifying compiler commands directly helps...
1 parent 0fe5dcb commit 06ae9ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,15 @@ stages:
192192
BLAS: None
193193
LAPACK: None
194194
ATLAS: None
195-
CC: /usr/bin/clang
195+
CC: /usr/bin/clang -ffp-exception-behavior=strict
196196
condition: eq(variables['USE_OPENBLAS'], '1')
197197
- script: python setup.py build -j 4 build_ext --inplace install
198198
displayName: 'Build NumPy without OpenBLAS and new casting'
199199
env:
200200
BLAS: None
201201
LAPACK: None
202202
ATLAS: None
203-
CC: /usr/bin/clang
203+
CC: /usr/bin/clang -ffp-exception-behavior=strict
204204
condition: eq(variables['USE_OPENBLAS'], '0')
205205
# wait until after dev build of NumPy to pip
206206
# install matplotlib to avoid pip install of older numpy

0 commit comments

Comments
 (0)
0