Bug#704206: teem: FTBFS[any-i386]: testsuite failures

Erwan Prioul erwan at linux.vnet.ibm.com
Tue Jul 29 12:26:31 UTC 2014


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.
-------------- next part --------------
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
 


More information about the debian-science-maintainers mailing list