[Pkg-openmpi-commits] r358 - in /openmpi/branches/experimental/debian: changelog control rules

mckinstry at users.alioth.debian.org mckinstry at users.alioth.debian.org
Thu Jan 28 17:30:35 UTC 2016


Author: mckinstry
Date: Thu Jan 28 17:30:34 2016
New Revision: 358

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=358
Log:
Disable checkpoint/restart

Modified:
    openmpi/branches/experimental/debian/changelog
    openmpi/branches/experimental/debian/control
    openmpi/branches/experimental/debian/rules

Modified: openmpi/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/branches/experimental/debian/changelog?rev=358&op=diff
==============================================================================
--- openmpi/branches/experimental/debian/changelog	(original)
+++ openmpi/branches/experimental/debian/changelog	Thu Jan 28 17:30:34 2016
@@ -1,6 +1,9 @@
 openmpi (1.10.2-2) UNRELEASED; urgency=medium
 
   * libopenmpi1.10 conflicts with libopenmpi1.6.
+  * Fixes for hppa, hurd patches.
+  * checkpoint/restart disabled - lack of upstream maintenance support
+    since 1.7+.
 
  -- Alastair McKinstry <mckinstry at debian.org>  Wed, 27 Jan 2016 18:42:59 +0000
 

Modified: openmpi/branches/experimental/debian/control
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/branches/experimental/debian/control?rev=358&op=diff
==============================================================================
--- openmpi/branches/experimental/debian/control	(original)
+++ openmpi/branches/experimental/debian/control	Thu Jan 28 17:30:34 2016
@@ -106,15 +106,16 @@
  This package contains man pages describing the Message Passing Interface
  standard.
 
-Package: openmpi-checkpoint
-Architecture: amd64 armel armhf i386 powerpc
-Depends: ${shlibs:Depends}, ${misc:Depends}, openmpi-bin (= ${binary:Version}), blcr-util, libopenmpi1.10 (= ${binary:Version})
-Conflicts: openmpi-checkpoint
-Description: high performance message passing library -- checkpoint support
- Open MPI is a project combining technologies and resources from several other
- projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best
- MPI library available. A completely new MPI-2 compliant implementation, Open
- MPI offers advantages for system and software vendors, application developers
- and computer science researchers.
- .
- This package contains binaries needed for checkpointing Open MPI applications.
+# checkpoint disabled upstream due to loss of maintainer :-(
+#Package: openmpi-checkpoint
+#Architecture: amd64 armel armhf i386 powerpc
+#Depends: ${shlibs:Depends}, ${misc:Depends}, openmpi-bin (= ${binary:Version}), blcr-util, libopenmpi1.10 (= ${binary:Version})
+#Conflicts: openmpi-checkpoint
+#Description: high performance message passing library -- checkpoint support
+# Open MPI is a project combining technologies and resources from several other
+# projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best
+# MPI library available. A completely new MPI-2 compliant implementation, Open
+# MPI offers advantages for system and software vendors, application developers
+# and computer science researchers.
+# .
+# This package contains binaries needed for checkpointing Open MPI applications.

Modified: openmpi/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/branches/experimental/debian/rules?rev=358&op=diff
==============================================================================
--- openmpi/branches/experimental/debian/rules	(original)
+++ openmpi/branches/experimental/debian/rules	Thu Jan 28 17:30:34 2016
@@ -12,8 +12,10 @@
 	CFLAGS += -mcpu=v9
 endif
 
+# Checkpointing disabled in 1.7+ due to loss of maintainer :-(
 # BLCR checkpointing support
-BLCR_ARCH := "amd64 armel armhf i386 powerpc"
+# BLCR_ARCH := "amd64 armel armhf i386 powerpc"
+BLCR_ARCH := ""
 ifneq (,$(findstring $(DEB_HOST_ARCH),$(BLCR_ARCH)))
         CHKPT = --enable-ft-thread --with-ft=cr --with-blcr=/usr --with-blcr-libdir=/usr/lib
 endif




More information about the Pkg-openmpi-commits mailing list