[python-escript] 01/03: Also ignore strict-overflow errors in s390x, albeit it happens only in ubuntu

Mattia Rizzolo mattia at debian.org
Mon Jan 1 17:59:49 UTC 2018


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

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

commit 8a6e10793c7ba35b5799f53541407b5023545856
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Jan 1 18:02:49 2018 +0100

    Also ignore strict-overflow errors in s390x, albeit it happens only in ubuntu
    
    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 f6c032b..c98b3d8 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() in ('ppc', 'ppc64', 'ppc64le'):
++if platform.machine() in ('ppc', 'ppc64', 'ppc64le', 's390x'):
 +    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