Re: Endianness detection change on numpy

2009-09-01 Thread Kumar Appaiah
On Mon, Aug 31, 2009 at 03:59:33PM -0400, Aaron M. Ucko wrote: > Kumar Appaiah writes: > > > The fix is simple: either their new npy_endian.h method is broken, > > since it does not attempt to find the endian.h present on all Debian > > machines, or I have not figured out how to force the use of

Re: Endianness detection change on numpy

2009-08-31 Thread Aaron M. Ucko
Kumar Appaiah writes: > The fix is simple: either their new npy_endian.h method is broken, > since it does not attempt to find the endian.h present on all Debian > machines, or I have not figured out how to force the use of > endian.h. A simple workaround I'd suggest is to path the npy_endian.h >

Endianness detection change on numpy

2009-08-30 Thread Kumar Appaiah
Dear Debian Pythoners, Due to a change in the endianness detection in Python, several new problems have started to occur. Initially, it refused to build on several architectures due to the new detection scheme, which failed to handle some CPU cases[0]; this was fixed by forcing it to use endian.h.