[nfft] 05/06: Enable testing for long-double precision for all architectures.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Oct 12 13:27:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag debian/3.3.2_rc3-1
in repository nfft.
commit 7216666077e1df642a7712b46b8af82bc4efc87c
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Wed Oct 12 08:25:34 2016 +0100
Enable testing for long-double precision for all architectures.
---
debian/rules | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/debian/rules b/debian/rules
index 0aa114b..2d68d6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,14 +58,10 @@ override_dh_auto_build-arch:
override_dh_auto_build-indep:
dh_auto_build --builddirectory=build-double -- doc
-# Note: long-double testing is temporarily disabled for powerpc and ppc64el
-# to allow the package to transition whilst upstream is working on a fix.
override_dh_auto_test-arch:
- dh_auto_test --builddirectory=build-single
- dh_auto_test --builddirectory=build-double
-ifneq (,$(findstring long,$(PRECISIONS)))
- dh_auto_test --builddirectory=build-long
-endif
+ for p in $(PRECISIONS) ; do \
+ dh_auto_test --builddirectory=build-$$p ; \
+ done
override_dh_auto_test-indep:
# No-op.
--
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