[arrayfire] 05/07: d/rules: drop restriction of test suite to 64-bit architectures only

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Sep 27 16:58:19 UTC 2015


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

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

commit bc1f70cb1f6d91e6b241af888f84dcca03c0b83c
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sat Sep 26 23:48:17 2015 +0100

    d/rules: drop restriction of test suite to 64-bit architectures only
---
 debian/rules | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/debian/rules b/debian/rules
index 07244bf..0bb91e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,9 +9,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
-# Environment settings.
-DEB_BUILD_ARCH_BITS ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_BITS)
-
 # CMake options common to -arch and -indep builds.
 CMAKE_BUILD_OPTIONS = \
 	-DCMAKE_BUILD_TYPE=RelWithDebInfo \
@@ -71,17 +68,8 @@ override_dh_auto_install-indep:
 
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 override_dh_auto_test-arch:
-ifeq ($(DEB_BUILD_ARCH_BITS),64)
 	cd build-arch && \
 	CTEST_OUTPUT_ON_FAILURE=1 ctest --force-new-ctest-process -E "$(CTEST_EXCLUDE_REGEX)"
-else
-	# The test suite was found to be buggy on 32-bit builds. Upstream 
-	# recommends to skip testing on non 64-bit architectures until this 
-	# issue is addressed.
-	#
-	# See: https://github.com/arrayfire/arrayfire/issues/1008
-	echo "I: Non 64-bit architecture detected, skipping tests."
-endif
 endif
 
 override_dh_install-indep:

-- 
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