Hi,
Based on the patch provided by Adam, the attached patch fixes FTBFS on
ppc64el. It adds ppc64el to the arches using -ffp-contract=off.
Hoping it helps,
Erwan.
diff -Naur a/debian/rules b/debian/rules
--- a/debian/rules 2014-07-29 14:15:22.230885507 +0200
+++ b/debian/rules 2014-07-29 14:15:45.574884266 +0200
@@ -16,7 +16,7 @@
ifneq (,$(filter $(DEB_HOST_ARCH_CPU), i386))
CFLAGS += -ffloat-store
endif
-ifneq (,$(filter $(DEB_HOST_ARCH_CPU), powerpc ppc64 s390 s390x))
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU), powerpc ppc64 ppc64el s390 s390x))
CFLAGS += -ffp-contract=off
endif
--
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers