[teem] 02/07: Add arm64 and ppc64el to -ffp-contract=off list to fix FTBFS on those architectures.

Mattia Rizzolo mattia at debian.org
Sun Apr 2 19:52:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository teem.

commit 9b97306efa0bb6b2ba2d00ecd5750eaf01597d6e
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sun Apr 2 21:47:45 2017 +0200

    Add arm64 and ppc64el to -ffp-contract=off list to fix FTBFS on those architectures.
    
    Closes: #820772
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 1e4c528..00b38e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ CMAKE_EXTRA_FLAGS += \
 ifneq (,$(filter $(DEB_HOST_ARCH_CPU), i386))
   export DEB_CFLAGS_MAINT_APPEND = -ffloat-store
 endif
-ifneq (,$(filter $(DEB_HOST_ARCH_CPU), powerpc ppc64 s390x))
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU), arm64 powerpc ppc64 ppc64el s390x))
   export DEB_CFLAGS_MAINT_APPEND = -ffp-contract=off
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/teem.git



More information about the debian-science-commits mailing list