On Sat, Apr 18, 2009 at 6:48 AM, Robert Bradshaw <[email protected]> wrote: > On Apr 17, 2009, at 1:45 PM, Kurt Smith wrote: > >> The current numpy_test.pyx file fails for PowerPC macs due to >> endianness issues in the dtype. This is a small fix to make it work >> (and make all tests pass on my machine). It also adds an explicit >> big-endian test to the doctest. > > Hmm... This looks like a bug in the code itself, not just the test.
This may be related to a python 2.6 bug on ppc: http://bugs.python.org/issue4728 There is a workaround in numpy 1.3 to bypass the problem altogether - but python 2.6 + ppc + numpy < 1.3 will not work, David _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
