[linbox] 05/05: Effectively skip test-charpoly on mips and mipsel.
Sébastien Villemot
sebastien at debian.org
Sun Aug 20 13:13:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository linbox.
commit 69ea207ea880dd67528eb1e9aea9462faa91c0fd
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sun Aug 20 15:10:12 2017 +0200
Effectively skip test-charpoly on mips and mipsel.
Thanks to Radovan Birdic for the patch. (Closes: #856356)
---
debian/rules | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index dcd43eb..7f7e7ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,12 +13,12 @@ export CPPFLAGS CFLAGS CXXFLAGS LDFLAGS
DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
-# Disable failing test test-charpoly on mipsel.
-# See https://github.com/linbox-team/linbox/issues/37
-ifeq ($(DEB_HOST_ARCH_CPU), $(filter $(DEB_HOST_ARCH_CPU), mipsel))
-build:
+# Disable failing test test-charpoly on mips and mipsel.
+# See #856356 and https://github.com/linbox-team/linbox/issues/37
+ifneq (,$(filter mips mipsel, $(DEB_HOST_ARCH_CPU)))
+override_dh_autoreconf:
sed -e '/\s*test-charpoly\s*\\/d' -i tests/Makefile.am
- dh build
+ dh_autoreconf
endif
override_dh_auto_configure:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/linbox.git
More information about the debian-science-commits
mailing list