Package: python-numpy
Version: 1:1.3.0-1
Severity: serious
Justification: FTBFS on severa architectures.

The endianness detection for numpy has changed, causing it to not
build on alpha, armel, hppa, mips and mipsel.

The attached patch forces the use of endian.h, and fixes the error.

HTH.

Kumar
diff -Nru --exclude changelog python-numpy-1.3.0/debian/rules python-numpy-1.3.0/debian/rules
--- python-numpy-1.3.0/debian/rules	2009-08-25 12:04:01.000000000 -0500
+++ python-numpy-1.3.0/debian/rules	2009-08-25 12:04:02.000000000 -0500
@@ -20,6 +20,8 @@
 unexport LDFLAGS
 export ATLAS=None
 
+CFLAGS += -DNPY_HAVE_ENDIAN_H
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk

Reply via email to