[alglib] 01/02: Disable auto_tests on mips (sometimes fails du to timeouts)

Anton Gladky gladk at moszumanska.debian.org
Wed Jul 12 06:34:00 UTC 2017


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

gladk pushed a commit to branch experimental
in repository alglib.

commit ef71752f9c81e942d23449ad269513f18f74145d
Author: Anton Gladky <gladk at debian.org>
Date:   Wed Jul 12 08:31:00 2017 +0200

    Disable auto_tests on mips (sometimes fails du to timeouts)
---
 debian/rules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index ab30def..07c364b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,10 @@ UPSTREAM_VERSION=3.11
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DVERSION="$(UPSTREAM_VERSION).0" -DSOVERSION="$(UPSTREAM_VERSION)"
+
+# Disable auto test for the mips platform, because it fails sometimes
+# on weak machiens with timouts
+disable_auto_test_archs = mips
+ifneq (,$(filter $(DEB_HOST_ARCH),$(disable_auto_test_archs)))
+override_dh_auto_test:
+endif

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



More information about the debian-science-commits mailing list