[arrayfire] 01/05: d/rules: disable imageio testcase.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Aug 2 23:31:40 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/master
in repository arrayfire.

commit bc494b601331fc7342ac8ee2cef0828ef954dd1c
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Aug 2 10:11:43 2016 +0100

    d/rules: disable imageio testcase.
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5844e87..f9c9307 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,9 +60,11 @@ override_dh_auto_configure-arch:
 override_dh_auto_configure-indep:
 	dh_auto_configure -- $(BUILD_OPTIONS) -DBUILD_DOCS=ON
 
+# NOTE: The imageio testcase fails on some architectures. It has been
+# temporarily disabled whilst upstream is working on a fix.
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	dh_auto_test -- ARGS+="-R cpu -E large -E dense"
+	dh_auto_test -- ARGS+="-R cpu -E large -E dense -E imageio"
 	# NOTE: The testsuite for the unified backend is run on the CPU backend only.
 	# Change the name regex to libaf*.so* to run on all backends.
 	LD_LIBRARY_PATH=$(shell find $(CURDIR) -type f -name "libafcpu.so*" -exec dirname {} \;) \

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



More information about the debian-science-commits mailing list