[Python-modules-team] Bug#800392: Bug#800392: Bug#800392: Bug#800392: python-numpy: FTBFS on powerpc due to test failure

Sandro Tosi morph at debian.org
Wed Sep 30 22:41:59 UTC 2015


On Wed, Sep 30, 2015 at 11:19 PM, Julian Taylor
<jtaylor.debian at googlemail.com> wrote:
> hm is __POWERPC__ not the right macro for that platform? that should
> have worked

in numpy/core/include/numpy/npy_cpu.h i can find

#elif defined(__ppc__) || defined(__powerpc__) || defined(_ARCH_PPC)
    /*
     * __ppc__ is defined by gcc, I remember having seen __powerpc__ once,
     * but can't find it ATM
     * _ARCH_PPC is used by at least gcc on AIX
     */
    #define NPY_CPU_PPC

so maybe that's the one to use?

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



More information about the Python-modules-team mailing list