Feb. 2, 2015
9:47 p.m.
Le 01/02/2015 08:48, David Cournapeau a écrit :
The first place I would look for cygwin-related FPU issues is there: https://github.com/numpy/numpy/blob/master/numpy/core/setup.py#L638
The pointer is a good one. Thanks to you, I have found the problem (a wrong numpy-specific fenv.h was included in the math routines instead of the system-wide version) and submitted a patch to the bug tracker. With the patch, almost all tests pass on cygwin64!