[linbox] 01/01: Add comment for disabled test in d/rules.
Tobias Hansen
thansen at moszumanska.debian.org
Thu Dec 1 21:14:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository linbox.
commit f3c6e6331a5ed69fe467757d305f18036b97dd21
Author: Tobias Hansen <thansen at broeselmaschine.fc.up.pt>
Date: Thu Dec 1 20:56:18 2016 +0000
Add comment for disabled test in d/rules.
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 1872ca3..7f93c68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,9 @@ LDFLAGS :=$(shell dpkg-buildflags --get LDFLAGS) -fopenmp
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:
sed -e '/\s*test-charpoly\s*\\/d' -i tests/Makefile.am
--
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