Your message dated Mon, 09 Jan 2012 05:02:41 +0000
with message-id <[email protected]>
and subject line Bug#654857: fixed in hdf5 1.8.8-1~exp3
has caused the Debian Bug report #654857,
regarding hdf5: please add mpi support for
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
654857: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654857
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: hdf5
Version: 1.8.4-patch1-3
Severity: normal
Hi,
Could you please add mpi support for armel/armhf? Some packages
build-depend on hdf5-openmpi-dev which is not available on these
platrofms. Now that openmpi builds on armel/armhf, building of the
hdf5-*mpi* packages is possielb with the patch. Tested to work on both
armel/armhf.
Thanks
Konstantinos
diff -ruN hdf5-1.8.4-patch1/debian/control hdf5-1.8.4-patch1.mpi/debian/control
--- hdf5-1.8.4-patch1/debian/control 2012-01-06 10:49:55.000000000 +0000
+++ hdf5-1.8.4-patch1.mpi/debian/control 2012-01-06 10:50:41.170540889 +0000
@@ -4,8 +4,8 @@
Maintainer: Debian GIS Project <[email protected]>
Uploaders: Francesco Paolo Lovergine <[email protected]>
Build-Depends: libmpich1.0-dev (>= 1.2.7-1), zlib1g-dev, lam4-dev (>= 7.1.1-3.2), quilt,
- libopenmpi-dev [!arm !armel !hppa !mips !mipsel !s390 !sh4 !m68k], libjpeg-dev, debhelper (>> 7), sed (>=4.1.5),
- gfortran, libibverbs-dev [!arm !armel !hppa !mips !mipsel !s390 !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !sh4],
+ libopenmpi-dev [!arm !hppa !mips !mipsel !s390 !sh4 !m68k], libjpeg-dev, debhelper (>> 7), sed (>=4.1.5),
+ gfortran, libibverbs-dev [!arm !hppa !mips !mipsel !s390 !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !sh4],
sharutils, mpi-default-dev
Standards-Version: 3.9.2
Homepage: http://hdfgroup.org/HDF5/
@@ -77,7 +77,7 @@
Package: libhdf5-openmpi-1.8.4
Section: libs
Priority: extra
-Architecture: alpha amd64 i386 ia64 powerpc sparc kfreebsd-i386 kfreebsd-amd64
+Architecture: alpha armel armhf amd64 i386 ia64 powerpc sparc kfreebsd-i386 kfreebsd-amd64
Depends: ${shlibs:Depends}
Conflicts: libhdf5-1.8.4, libhdf5-1.8, libhdf5-1.8.3
Provides: libhdf5-1.8.4, libhdf5-1.8
@@ -93,7 +93,7 @@
Package: libhdf5-openmpi-dev
Section: libdevel
Priority: extra
-Architecture: alpha amd64 i386 ia64 powerpc sparc kfreebsd-i386 kfreebsd-amd64
+Architecture: alpha armel armhf amd64 i386 ia64 powerpc sparc kfreebsd-i386 kfreebsd-amd64
Depends: libhdf5-openmpi-1.8.4 (= ${binary:Version}), zlib1g-dev, libjpeg-dev, libopenmpi-dev
Conflicts: libhdf5-dev
Provides: libhdf5-dev
diff -ruN hdf5-1.8.4-patch1/debian/control.in hdf5-1.8.4-patch1.mpi/debian/control.in
--- hdf5-1.8.4-patch1/debian/control.in 2012-01-06 10:49:55.000000000 +0000
+++ hdf5-1.8.4-patch1.mpi/debian/control.in 2012-01-04 17:35:01.117504026 +0000
@@ -4,8 +4,8 @@
Maintainer: Debian GIS Project <[email protected]>
Uploaders: Francesco Paolo Lovergine <[email protected]>
Build-Depends: libmpich1.0-dev (>= 1.2.7-1), zlib1g-dev, lam4-dev (>= 7.1.1-3.2), quilt,
- libopenmpi-dev [!arm !armel !hppa !mips !mipsel !s390 !sh4 !m68k], libjpeg-dev, debhelper (>> 7), sed (>=4.1.5),
- gfortran, libibverbs-dev [!arm !armel !hppa !mips !mipsel !s390 !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !sh4],
+ libopenmpi-dev [!arm !hppa !mips !mipsel !s390 !sh4 !m68k], libjpeg-dev, debhelper (>> 7), sed (>=4.1.5),
+ gfortran, libibverbs-dev [!arm !hppa !mips !mipsel !s390 !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !sh4],
sharutils, mpi-default-dev
Standards-Version: 3.9.2
Homepage: http://hdfgroup.org/HDF5/
diff -ruN hdf5-1.8.4-patch1/debian/rules hdf5-1.8.4-patch1.mpi/debian/rules
--- hdf5-1.8.4-patch1/debian/rules 2012-01-06 10:49:55.000000000 +0000
+++ hdf5-1.8.4-patch1.mpi/debian/rules 2012-01-04 17:33:59.318141857 +0000
@@ -37,12 +37,10 @@
#ARCH_FLAG=-a
#ARCHS=any
ARCH_FLAG=-s
-ARCHS=alpha amd64 i386 ia64 powerpc sparc kfreebsd-i386 kfreebsd-amd64
+ARCHS=alpha armel armhf amd64 i386 ia64 powerpc sparc kfreebsd-i386 kfreebsd-amd64
ifeq ($(DEB_BUILD_ARCH),arm)
build_openmpi = no
-else ifeq ($(DEB_BUILD_ARCH),armel)
-build_openmpi = no
else ifeq ($(DEB_BUILD_ARCH),hppa)
build_openmpi = no
else ifeq ($(DEB_BUILD_ARCH),mips)
--- End Message ---
--- Begin Message ---
Source: hdf5
Source-Version: 1.8.8-1~exp3
We believe that the bug you reported is fixed in the latest version of
hdf5, which is due to be installed in the Debian FTP archive:
hdf5-helpers_1.8.8-1~exp3_amd64.deb
to main/h/hdf5/hdf5-helpers_1.8.8-1~exp3_amd64.deb
hdf5-tools_1.8.8-1~exp3_amd64.deb
to main/h/hdf5/hdf5-tools_1.8.8-1~exp3_amd64.deb
hdf5_1.8.8-1~exp3.debian.tar.gz
to main/h/hdf5/hdf5_1.8.8-1~exp3.debian.tar.gz
hdf5_1.8.8-1~exp3.dsc
to main/h/hdf5/hdf5_1.8.8-1~exp3.dsc
libhdf5-7-dbg_1.8.8-1~exp3_amd64.deb
to main/h/hdf5/libhdf5-7-dbg_1.8.8-1~exp3_amd64.deb
libhdf5-7_1.8.8-1~exp3_amd64.deb
to main/h/hdf5/libhdf5-7_1.8.8-1~exp3_amd64.deb
libhdf5-dev_1.8.8-1~exp3_amd64.deb
to main/h/hdf5/libhdf5-dev_1.8.8-1~exp3_amd64.deb
libhdf5-doc_1.8.8-1~exp3_all.deb
to main/h/hdf5/libhdf5-doc_1.8.8-1~exp3_all.deb
libhdf5-mpi-dev_1.8.8-1~exp3_amd64.deb
to main/h/hdf5/libhdf5-mpi-dev_1.8.8-1~exp3_amd64.deb
libhdf5-mpich2-7-dbg_1.8.8-1~exp3_amd64.deb
to main/h/hdf5/libhdf5-mpich2-7-dbg_1.8.8-1~exp3_amd64.deb
libhdf5-mpich2-7_1.8.8-1~exp3_amd64.deb
to main/h/hdf5/libhdf5-mpich2-7_1.8.8-1~exp3_amd64.deb
libhdf5-mpich2-dev_1.8.8-1~exp3_amd64.deb
to main/h/hdf5/libhdf5-mpich2-dev_1.8.8-1~exp3_amd64.deb
libhdf5-openmpi-7-dbg_1.8.8-1~exp3_amd64.deb
to main/h/hdf5/libhdf5-openmpi-7-dbg_1.8.8-1~exp3_amd64.deb
libhdf5-openmpi-7_1.8.8-1~exp3_amd64.deb
to main/h/hdf5/libhdf5-openmpi-7_1.8.8-1~exp3_amd64.deb
libhdf5-openmpi-dev_1.8.8-1~exp3_amd64.deb
to main/h/hdf5/libhdf5-openmpi-dev_1.8.8-1~exp3_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sylvestre Ledru <[email protected]> (supplier of updated hdf5 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 09 Jan 2012 04:31:58 +0100
Source: hdf5
Binary: libhdf5-7 libhdf5-7-dbg libhdf5-dev libhdf5-openmpi-7
libhdf5-openmpi-dev libhdf5-openmpi-7-dbg libhdf5-mpich2-7 libhdf5-mpich2-dev
libhdf5-mpich2-7-dbg libhdf5-mpi-dev libhdf5-doc hdf5-helpers hdf5-tools
Architecture: source all amd64
Version: 1.8.8-1~exp3
Distribution: experimental
Urgency: low
Maintainer: Debian GIS Project <[email protected]>
Changed-By: Sylvestre Ledru <[email protected]>
Description:
hdf5-helpers - Hierarchical Data Format 5 (HDF5) - Helper tools
hdf5-tools - Hierarchical Data Format 5 (HDF5) - Runtime tools
libhdf5-7 - Hierarchical Data Format 5 (HDF5) - runtime files - serial versio
libhdf5-7-dbg - Hierarchical Data Format 5 (HDF5) - Debug package
libhdf5-dev - Hierarchical Data Format 5 (HDF5) - development files - serial ve
libhdf5-doc - Hierarchical Data Format 5 (HDF5) - Documentation
libhdf5-mpi-dev - Hierarchical Data Format 5 (HDF5) - development files -
MPICH2 ve
libhdf5-mpich2-7 - Hierarchical Data Format 5 (HDF5) - runtime files - MPICH2
versio
libhdf5-mpich2-7-dbg - Hierarchical Data Format 5 (HDF5) - Mpich2 Debug package
libhdf5-mpich2-dev - Hierarchical Data Format 5 (HDF5) - development files -
MPICH2 ve
libhdf5-openmpi-7 - Hierarchical Data Format 5 (HDF5) - runtime files -
OpenMPI versi
libhdf5-openmpi-7-dbg - Hierarchical Data Format 5 (HDF5) - OpenMPI Debug
package
libhdf5-openmpi-dev - Hierarchical Data Format 5 (HDF5) - development files -
OpenMPI v
Closes: 654857
Changes:
hdf5 (1.8.8-1~exp3) experimental; urgency=low
.
* Add mpi support for armel/armhf. Thanks to Konstantinos Margaritis
for the patch (Closes: #654857)
Checksums-Sha1:
edf1bfd78f7c0589f7879e4d1e2d679c963484e3 2436 hdf5_1.8.8-1~exp3.dsc
2f9bc7135879e5628fdb420797694258218beb6c 98367 hdf5_1.8.8-1~exp3.debian.tar.gz
67192c7847df1f08af82d2b869d27d098692827a 23817262
libhdf5-doc_1.8.8-1~exp3_all.deb
11f5d6032a9188113756f9d33e6fc61b22487f9b 1556538
libhdf5-7_1.8.8-1~exp3_amd64.deb
5efc28480455fcf8816555d5dd35a0b6ffc1e2a7 148442
libhdf5-7-dbg_1.8.8-1~exp3_amd64.deb
1b2bb4bf92bf5a54d59d94ba432459c55ba3d72a 2726452
libhdf5-dev_1.8.8-1~exp3_amd64.deb
fc6d1d011f88b6a1ece53438cdd5ae646a20011a 1457744
libhdf5-openmpi-7_1.8.8-1~exp3_amd64.deb
6f40ec3d09f9ba3c3460c705dfb4b05c4e3ad4da 2619930
libhdf5-openmpi-dev_1.8.8-1~exp3_amd64.deb
1d1d6eaf32940e146f9187b7c52042c9c26f8a8e 128002
libhdf5-openmpi-7-dbg_1.8.8-1~exp3_amd64.deb
5d8d25e6c3bac46a325f132f4b1bf00a97a02e4f 1457144
libhdf5-mpich2-7_1.8.8-1~exp3_amd64.deb
3d1421c349530a628c3ffc433e68e5e981cc6423 2619786
libhdf5-mpich2-dev_1.8.8-1~exp3_amd64.deb
baa622c2aeafd46dc5d21c0f48c9627e8d0ee03a 127720
libhdf5-mpich2-7-dbg_1.8.8-1~exp3_amd64.deb
704ebc3c808fed836e29e14f2171791a8a5d85c3 23102
libhdf5-mpi-dev_1.8.8-1~exp3_amd64.deb
4cb7f15332edd58a3eb20134d55e297f4b0a7a82 32118
hdf5-helpers_1.8.8-1~exp3_amd64.deb
4f49c4ecf48323a425ddd92c8f87df7d19891c51 642902
hdf5-tools_1.8.8-1~exp3_amd64.deb
Checksums-Sha256:
e564e042a3abc0e15b37f32ed8323879282d453def182f4b2aa3161bf95bdc3a 2436
hdf5_1.8.8-1~exp3.dsc
5cf28d935f11502cbcd1358fc5b805001a487943cd206f04f420ff8c38ce3789 98367
hdf5_1.8.8-1~exp3.debian.tar.gz
6cf359ff88dd6f27295f8b9c8ea966cc67742fecbcef158fc6e54e2ffc4d99ca 23817262
libhdf5-doc_1.8.8-1~exp3_all.deb
ab15b2601ee35001a9e825c6eb71796c701f2b5816e1ef130992e9e0e9745349 1556538
libhdf5-7_1.8.8-1~exp3_amd64.deb
9d8fdad8003ddd6ae9ae68d73da5b271c19bf6d2db2f28797d920281441bec08 148442
libhdf5-7-dbg_1.8.8-1~exp3_amd64.deb
2666c8e430c463e5db1c6fac0566773441426b6c21234940453c2aac91e4c8e0 2726452
libhdf5-dev_1.8.8-1~exp3_amd64.deb
5d9ecb4a5efa5da2759dd6b2cf827024421560d989c20aaa1f0b7d04ed63f587 1457744
libhdf5-openmpi-7_1.8.8-1~exp3_amd64.deb
9b2a34441be8fbdf03feeebbd9b3c982e124c4017312fddcc6c7dbf78b272671 2619930
libhdf5-openmpi-dev_1.8.8-1~exp3_amd64.deb
aa67e97042796be9ef21974e5879788fd7e758c90b35a0320ed9953a512df0e6 128002
libhdf5-openmpi-7-dbg_1.8.8-1~exp3_amd64.deb
7419bb4ccbee3d32f12668af0fc4c8e25dbc5fc76cad0b2257c91a708105f0fd 1457144
libhdf5-mpich2-7_1.8.8-1~exp3_amd64.deb
14d0c90518a2fbd57478b4a79f4e6bc3b6cb9c553eebf9cd9cdc4d4f99cb5dd8 2619786
libhdf5-mpich2-dev_1.8.8-1~exp3_amd64.deb
aa42d1f5ba8c734b6a679b2f8181c88eeace4d4d6399fc0f848b508d32a0daa7 127720
libhdf5-mpich2-7-dbg_1.8.8-1~exp3_amd64.deb
0afb1bae910ca314cadaa56d1a1ccd76d37c9aea79bd3834ab3dc1882bad74a0 23102
libhdf5-mpi-dev_1.8.8-1~exp3_amd64.deb
249354bdb5c3bee0dda888880721e24dc1e8054d7ba0db4a2f59af0bdc8e9c7b 32118
hdf5-helpers_1.8.8-1~exp3_amd64.deb
6648de366003d3143ced4c08ad3236db51e2145983c145037efe50cddeab4e2e 642902
hdf5-tools_1.8.8-1~exp3_amd64.deb
Files:
0975ec41087bb28ddb8cfa2c4c01c4e9 2436 science optional hdf5_1.8.8-1~exp3.dsc
b3006d6f782f9f63bc0ac10a80f98e4f 98367 science optional
hdf5_1.8.8-1~exp3.debian.tar.gz
8475cc4be556ff31ab7bf8df151a973c 23817262 doc optional
libhdf5-doc_1.8.8-1~exp3_all.deb
98b171c983b2d80477f0f0613c7b2d57 1556538 libs optional
libhdf5-7_1.8.8-1~exp3_amd64.deb
d126e92f66f97b454388fc25d8513e24 148442 debug extra
libhdf5-7-dbg_1.8.8-1~exp3_amd64.deb
c73a13985c24c570c0aa862e54e8c780 2726452 libdevel optional
libhdf5-dev_1.8.8-1~exp3_amd64.deb
731da14ae7e10b2019d99629be22c257 1457744 libs extra
libhdf5-openmpi-7_1.8.8-1~exp3_amd64.deb
b111d991dbaf300b6939ac9beb5f4764 2619930 libdevel extra
libhdf5-openmpi-dev_1.8.8-1~exp3_amd64.deb
fcb0e7f2127170e0040aa78c7b39e1c3 128002 debug extra
libhdf5-openmpi-7-dbg_1.8.8-1~exp3_amd64.deb
52d021c9d51ade248db1544c43960bc4 1457144 libs extra
libhdf5-mpich2-7_1.8.8-1~exp3_amd64.deb
f67cefdbb31dcdd6368bed9ff0b56edc 2619786 libdevel extra
libhdf5-mpich2-dev_1.8.8-1~exp3_amd64.deb
b7951b0eb4a8284ba9dd1751c25dc475 127720 debug extra
libhdf5-mpich2-7-dbg_1.8.8-1~exp3_amd64.deb
57a1dfcc689818aed94b75c18efaad8c 23102 libdevel extra
libhdf5-mpi-dev_1.8.8-1~exp3_amd64.deb
a45012c425d1d0a0f77c4636e40bb075 32118 science optional
hdf5-helpers_1.8.8-1~exp3_amd64.deb
4afc57b28229e87c4b5b3c26fb76840b 642902 science optional
hdf5-tools_1.8.8-1~exp3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk8KcEEACgkQiOXXM92JlhDGSACfXW/TTgdhubuitEvlEVyXw+/T
yO8AoL3t9ef+uo1kMIRhHcebmWX01hMu
=hvtB
-----END PGP SIGNATURE-----
--- End Message ---