[Numpy-discussion] Endianness not detected in OS X Lion

Nicola nvitacolonna at gmail.com
Wed Oct 15 10:21:54 EDT 2014


Hi,
I am trying to install numpy 1.9.0 on OS X Lion 10.7.5 and I get the 
same error as reported in this old thread:

    http://thread.gmane.org/gmane.comp.python.numeric.general/47711/

that is,

numpy/core/src/npymath/npy_math_private.h:78:3: error: conflicting types 
for 'ieee_double_shape_type'
 } ieee_double_shape_type;
   ^
numpy/core/src/npymath/npy_math_private.h:64:3: note: previous 
declaration of 'ieee_double_shape_type' was here
 } ieee_double_shape_type;
   ^
In file included from numpy/core/src/npymath/npy_math.c.src:56:0:
numpy/core/src/npymath/npy_math_private.h:78:3: error: conflicting types 
for 'ieee_double_shape_type'
 } ieee_double_shape_type;
   ^
numpy/core/src/npymath/npy_math_private.h:64:3: note: previous 
declaration of 'ieee_double_shape_type' was here
 } ieee_double_shape_type;
   ^

no matter whether I use the system's clang or gcc 4.9 (installed with 
Homebrew). Is there a workaround for this?

Nicola




More information about the NumPy-Discussion mailing list