Hello list! i updated numpy to version 1.5 (it is needed by pylab , i am going to post that new port later) 2 patches are no longer needed : patches/patch-numpy_core_include_numpy_npy_[cpu,endian]* i attach the cvs diff to the port .. i don't know of the proper way to handle deleted files :( while running the tests i noticed that in python2.6 include/pyconfig.h says about endianness:
/* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ /* #undef WORDS_BIGENDIAN */ why don't we keep the old from python2.5 ? #ifdef __BIG_ENDIAN__ #define WORDS_BIGENDIAN 1 #else #ifndef __LITTLE_ENDIAN__ /* #undef WORDS_BIGENDIAN */ #endif #endif i found out it might create problems , but i may be wrong :) cheers ;) DsP
patch-numpy
Description: Binary data