Package: mpich2
Version: 1.4.1-1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch

blcr is built on armhf so mpich2 could use it as checkpointing library on that
platform too.
Attached patch should archive this.

It is not particularly important as blcr does not work with current kernels,
but maybe it is of use for people running debian with older kernels (see bug
638339).



-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise-proposed'), (500, 'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-29-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru mpich2-1.4.1/debian/changelog mpich2-1.4.1/debian/changelog
diff -Nru mpich2-1.4.1/debian/control mpich2-1.4.1/debian/control
--- mpich2-1.4.1/debian/control	2011-08-25 21:37:45.000000000 +0200
+++ mpich2-1.4.1/debian/control	2011-12-05 20:18:55.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Science Maintainers <debian-science-maintain...@lists.alioth.debian.org>
 Uploaders: Lucas Nussbaum <lu...@debian.org>, Torquil Macdonald Sørensen <torq...@gmail.com>
-Build-Depends: debhelper (>= 7), cdbs, gfortran, txt2man, libxt-dev, x11proto-core-dev, default-jdk, quilt, procps, libhwloc-dev, hwloc-nox, libcr-dev [amd64 armel i386 powerpc], automake
+Build-Depends: debhelper (>= 7), cdbs, gfortran, txt2man, libxt-dev, x11proto-core-dev, default-jdk, quilt, procps, libhwloc-dev, hwloc-nox, libcr-dev [amd64 armel armhf i386 powerpc], automake
 Standards-Version: 3.9.2
 Homepage: http://www.mcs.anl.gov/research/projects/mpich2/
 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/mpich2.git;a=summary
@@ -55,7 +55,7 @@
 Package: libmpich2-dev
 Architecture: any
 Section: libdevel
-Depends: libmpich2-3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libcr-dev [amd64 armel i386 powerpc]
+Depends: libmpich2-3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libcr-dev [amd64 armel armhf i386 powerpc]
 Recommends: mpich2 (= ${binary:Version})
 Description: Development files for MPICH2
  MPICH2 is a high-performance and widely portable implementation of the
diff -Nru mpich2-1.4.1/debian/rules mpich2-1.4.1/debian/rules
--- mpich2-1.4.1/debian/rules	2011-08-27 09:06:32.000000000 +0200
+++ mpich2-1.4.1/debian/rules	2011-12-05 20:19:38.000000000 +0100
@@ -26,7 +26,7 @@
 	--with-hwloc-prefix=system
 
 # BLCR checkpointing support
-ifneq (,$(findstring $(DEB_HOST_ARCH),amd64 armel i386 powerpc))
+ifneq (,$(findstring $(DEB_HOST_ARCH),amd64 armel armhf i386 powerpc))
 	DEB_CONFIGURE_EXTRA_FLAGS += --enable-checkpointing --with-hydra-ckpointlib=blcr
 endif
 

Reply via email to