Le 01/02/2015 08:48, David Cournapeau wrote: > Could you report the value of `sys.platform` on cygwin64 ? 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
sys.platform is simply cygwin, just as on cygwin32. It should not be too hard to support cygwin64: most tests pass in the testsuite, almost all failing ones are related to exceptions or warnings that are not raised as in my first observation. However, debugging this seems to be beyond my skills! _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
