[open-coarrays] 44/80: * Remove multi-arch: same from -dev; .mod files differ * Use "--oversubcribe" not "--oversubscribe" for mpiexec. Closes: #846681 * Disable failure on tests for the moment

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 13:45:48 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 b2f50b84cd256a132529606225329f7a4ffd42d3
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat Dec 3 10:45:18 2016 +0000

    * Remove multi-arch: same from -dev; .mod files differ
    * Use "--oversubcribe" not "--oversubscribe" for mpiexec. Closes: #846681
    * Disable failure on tests for the moment
---
 debian/changelog                   |  8 ++++++++
 debian/control                     |  1 -
 debian/patches/oversubscribe.patch | 19 +++++++++++++++++++
 debian/patches/series              |  1 +
 debian/rules                       |  2 +-
 5 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6927d6d..c47a925 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+open-coarrays (1.7.4-3) unstable; urgency=medium
+
+  * Remove multi-arch: same from -dev; .mod files differ
+  * Use "--oversubcribe" not "--oversubscribe" for mpiexec. Closes: #846681
+  * Disable failure on tests for the moment
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Sat, 26 Nov 2016 11:23:14 +0000
+
 open-coarrays (1.7.4-2) unstable; urgency=medium
 
   * Invert incorrect make check to enable tests
diff --git a/debian/control b/debian/control
index 4352ffe..db6b24c 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,6 @@ Homepage: https://www.opencoarrays.org/
 Package: libcoarrays-dev
 Section: libdevel
 Architecture: any
-Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}, gfortran (>= 6.1-1), mpi-default-bin,
  libcoarrays0d (= ${binary:Version})
 Description: Co-Array Fortran libraries for gfortran - development files
diff --git a/debian/patches/oversubscribe.patch b/debian/patches/oversubscribe.patch
new file mode 100644
index 0000000..648b62d
--- /dev/null
+++ b/debian/patches/oversubscribe.patch
@@ -0,0 +1,19 @@
+Author: Alastair McKinstry <mckinstry at debian.org>
+Description: Use --oversubscribe not --oversubscribed on openmpi 
+Last-Updated: 2016-12-02
+Forwarded: yes
+Bug-Origin: https://bugs.debian.org/846681
+
+Index: open-coarrays-1.7.4/CMakeLists.txt
+===================================================================
+--- open-coarrays-1.7.4.orig/CMakeLists.txt
++++ open-coarrays-1.7.4/CMakeLists.txt
+@@ -167,7 +167,7 @@ function(add_mpi_test name num_mpi_proc
+      if ( openmpi )
+        if ( N LESS 2 )
+ 	 set( num_mpi_proc 2 )
+-	 set (test_parameters --oversubscribed)
++	 set (test_parameters --oversubscribe)
+        else()
+ 	 set ( num_mpi_proc ${N} )
+        endif()
diff --git a/debian/patches/series b/debian/patches/series
index 30c2056..c2d3c13 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 disable-ns-test.patch
 shared.patch
 typos.patch
+oversubscribe.patch
diff --git a/debian/rules b/debian/rules
index 02e39ee..7a6b955 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,5 +27,5 @@ override_dh_auto_test:
 ifneq (,$(findstring  "$(DEB_HOST_ARCH)",$(DISABLED_TESTS)))
 	@echo "Tests disabled on this arch: known failures being investigated"
 else
-	dh_auto_test
+	-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