[nfft] 04/07: Remove test restrictions for ppc architectures

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Sep 29 13:16:19 UTC 2017


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

ghisvail-guest pushed a commit to branch debian/experimental
in repository nfft.

commit f1659880d6d8591732d5c921a4ffff98d1e2ba93
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Sep 28 11:52:40 2017 +0100

    Remove test restrictions for ppc architectures
---
 debian/rules | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/debian/rules b/debian/rules
index f38c685..17425ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,15 +16,6 @@ ifneq (,$(filter libnfft3-long2,$(shell dh_listpackages)))
 	PRECISIONS+=long
 endif
 
-# Tested precisions.
-# NOTE: Testing is temporarily restricted to single- and double-precision
-# builds on powerpc architectures. See Bug-Debian #844403.
-ifneq (,$(filter $(DEB_HOST_ARCH_CPU),powerpc ppc64el))
-	TESTED_PRECISIONS=single double
-else
-	TESTED_PRECISIONS=$(PRECISIONS)
-endif
-
 # Build options common to arch and indep targets.
 BUILD_OPTIONS=--disable-applications \
 	--disable-doxygen-doc \
@@ -69,7 +60,7 @@ override_dh_auto_build-indep:
 	dh_auto_build --builddirectory=build-double -- doc
 
 override_dh_auto_test-arch:
-	for p in $(TESTED_PRECISIONS) ; do \
+	for p in $(PRECISIONS) ; do \
 		dh_auto_test --builddirectory=build-$$p ; \
 	done
 

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



More information about the debian-science-commits mailing list