[python-escript] 01/05: Try to fix FTBFS in powerpc and ppc64 by applying the same patch used for ppc64el (disabling a warning)

Mattia Rizzolo mattia at debian.org
Mon Dec 11 12:50:12 UTC 2017


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

mattia pushed a commit to branch debian
in repository python-escript.

commit 8beca24ebec54d90e6ee4779d0e98af19fa1a659
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Dec 11 13:40:21 2017 +0100

    Try to fix FTBFS in powerpc and ppc64 by applying the same patch used for ppc64el (disabling a warning)
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/patches/32bitboostextract | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/32bitboostextract b/debian/patches/32bitboostextract
index abf8861..f6c032b 100644
--- a/debian/patches/32bitboostextract
+++ b/debian/patches/32bitboostextract
@@ -22,5 +22,5 @@ Index: python-escript-5.1/scons/templates/sid_options.py
 +if platform.architecture()[0] == '32bit':
 +    cxx_extra += ' -Wno-maybe-uninitialized '
 +
-+if platform.machine() == 'ppc64le':
++if platform.machine() in ('ppc', 'ppc64', 'ppc64le'):
 +    cxx_extra += ' -Wno-strict-overflow -Wno-error=strict-overflow '

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



More information about the debian-science-commits mailing list