[open-coarrays] 27/80: Disable tests on alpha, powerpc due to regression to allow openmpi2 transition to proceed.

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 13:45:46 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository open-coarrays.

commit 689d30a2b86ecdae8a08ac7a2372de6c524630c2
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Aug 9 12:05:39 2016 +0100

    Disable tests on alpha, powerpc due to regression
    to allow openmpi2 transition to proceed.
---
 debian/changelog |  9 ++++++++-
 debian/rules     | 14 ++++++++------
 2 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 36eba8d..3f077d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+open-coarrays (1.6.2-2) unstable; urgency=medium
+
+  * Disable tests on powerpc, alpha while regression invesigated,
+    to allow openmpi2 transition to proceed.
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Tue, 09 Aug 2016 12:04:19 +0100
+
 open-coarrays (1.6.2-1) unstable; urgency=medium
 
   * New upstream release
@@ -5,7 +12,7 @@ open-coarrays (1.6.2-1) unstable; urgency=medium
  -- Alastair McKinstry <mckinstry at debian.org>  Tue, 26 Jul 2016 15:28:27 +0100
 
 open-coarrays (1.6.0-1) unstable; urgency=medium
- 
+
   * Initial release. (Closes: #826015).
     Resubmitted with additional license Information, Jun 17
 
diff --git a/debian/rules b/debian/rules
index f83d93f..e77e2e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,12 +6,14 @@ export DH_VERBOSE=1
 %:
 	dh $@ --buildsystem=cmake
 
-DESTDIR:=`pwd`/debian/tmp/
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-LIBDIR:=/usr/lib/$(DEB_HOST_MULTIARCH)
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
 override_dh_auto_configure:
-	        CC=mpicc FC=mpifort \
-			dh_auto_configure
-
+	        CC=mpicc FC=mpifort dh_auto_configure
 
+override_dh_auto_test:
+ifeq (,$(findstring  "$(DEB_HOST_ARCH)","powerpc alpha"))
+	@echo "Tests disabled on this arch: known failures being investigated"
+else
+	dh_auto_test
+endif

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



More information about the debian-science-commits mailing list