8000
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 0fe5dcb commit 06ae9eeCopy full SHA for 06ae9ee
azure-pipelines.yml
@@ -192,15 +192,15 @@ stages:
192
BLAS: None
193
LAPACK: None
194
ATLAS: None
195
- CC: /usr/bin/clang
+ CC: /usr/bin/clang -ffp-exception-behavior=strict
196
condition: eq(variables['USE_OPENBLAS'], '1')
197
- script: python setup.py build -j 4 build_ext --inplace install
198
displayName: 'Build NumPy without OpenBLAS and new casting'
199
env:
200
201
202
203
204
condition: eq(variables['USE_OPENBLAS'], '0')
205
# wait until after dev build of NumPy to pip
206
# install matplotlib to avoid pip install of older numpy
0 commit comments