Source: openmpi1.6
Version: 1.6.4-1
Severity: wishlist
Tags: patch

Please support BLCR checkpointing on ppc64 port.

Patch is attached.

Regards,
-- 
Hiroyuki Yamamoto
A75D B285 7050 4BF9 AEDA  91AC 3A10 59C6 5203 04DC
diff -Nurd openmpi1.6-1.6.4.orig/debian/control openmpi1.6-1.6.4/debian/control
--- openmpi1.6-1.6.4.orig/debian/control	2013-02-22 18:35:48.000000000 +0900
+++ openmpi1.6-1.6.4/debian/control	2013-04-06 00:14:37.000000000 +0900
@@ -4,7 +4,7 @@
 Homepage: http://www.open-mpi.org/
 Maintainer: Debian Open MPI Maintainers <[email protected]>
 Uploaders: Manuel Prinz <[email protected]>, Sylvestre Ledru <[email protected]>
-Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 8.0.0~), libibverbs-dev (>= 1.1.1), gfortran, gcc (>= 4:4.1.2), chrpath, quilt, libcr-dev [amd64 armel armhf i386 powerpc], libnuma-dev [amd64 i386 ia64 mips mipsel powerpc], autoconf (>= 2.59), automake, libtool, libltdl-dev, libhwloc-dev, libtorque2-dev
+Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 8.0.0~), libibverbs-dev (>= 1.1.1), gfortran, gcc (>= 4:4.1.2), chrpath, quilt, libcr-dev [amd64 armel armhf i386 powerpc ppc64], libnuma-dev [amd64 i386 ia64 mips mipsel powerpc], autoconf (>= 2.59), automake, libtool, libltdl-dev, libhwloc-dev, libtorque2-dev
 Standards-Version: 3.9.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-openmpi/openmpi/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/
diff -Nurd openmpi1.6-1.6.4.orig/debian/rules openmpi1.6-1.6.4/debian/rules
--- openmpi1.6-1.6.4.orig/debian/rules	2013-02-22 18:38:34.000000000 +0900
+++ openmpi1.6-1.6.4/debian/rules	2013-04-07 21:36:06.000000000 +0900
@@ -10,7 +10,7 @@
 endif
 
 # BLCR checkpointing support
-BLCR_ARCH := "amd64 armel armhf i386 powerpc"
+BLCR_ARCH := "amd64 armel armhf i386 powerpc ppc64"
 ifneq (,$(findstring $(DEB_HOST_ARCH),$(BLCR_ARCH)))
         CHKPT = --enable-ft-thread --with-ft=cr --with-blcr=/usr --with-blcr-libdir=/usr/lib
 endif

Reply via email to