[NumPy-Tickets] [NumPy] #1944: ieee754.c in numpy-1.6.1 doesnt compile under cygwin
NumPy Trac
numpy-tickets@scipy....
Thu Aug 25 11:36:40 CDT 2011
#1944: ieee754.c in numpy-1.6.1 doesnt compile under cygwin
----------------------------+-----------------------------------------------
Reporter: sebastian_sohr | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: devel
Keywords: cygwin |
----------------------------+-----------------------------------------------
At least compile and install works with the following change:
In numpy/core/src/npymath/ieee754.c
replace
# elif defined(__CYGWIN__)
# include "fenv/fenv.c"
# endif
by
# elif defined(__CYGWIN__)
# include "'''numpy/'''fenv/fenv.h"
# endif
dont know whether functionality is ok
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1944>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list