Hi David,
Commit r8541 broke building with numscons for me, does this fix look okay: http://github.com/rgommers/numpy/commit/1c88007ab00cf378ebe19fbe54e9e868212c...
I am puzzled though why my endian.h is not picked up in the build - I have a good collection of those on my system, at least in all OS X SDKs. Any idea?
Cheers, Ralf
I assume this is addressed to David C., correct?
DG
On Fri, Jul 30, 2010 at 10:08 AM, Ralf Gommers ralf.gommers@googlemail.comwrote:
Hi David,
Commit r8541 broke building with numscons for me, does this fix look okay:
http://github.com/rgommers/numpy/commit/1c88007ab00cf378ebe19fbe54e9e868212c...
I am puzzled though why my endian.h is not picked up in the build - I have a good collection of those on my system, at least in all OS X SDKs. Any idea?
Cheers, Ralf
NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
On 30 July 2010 19:08, Ralf Gommers ralf.gommers@googlemail.com wrote: Commit r8541 broke building with numscons for me, does this fix look okay: http://github.com/rgommers/numpy/commit/1c88007ab00cf378ebe19fbe54e9e868212c...
I am puzzled though why my endian.h is not picked up in the build - I have a good collection of those on my system, at least in all OS X SDKs. Any idea?
See also http://mail.scipy.org/pipermail/scipy-dev/2010-July/015400.html
David C's recent fix for r8541 solves the numpy import problem on Linux.
Cheers, Scott