Your message dated Sun, 03 Aug 2014 13:04:09 +0000
with message-id <[email protected]>
and subject line Bug#756682: fixed in meep-mpi-default 1.2.1-2
has caused the Debian Bug report #756682,
regarding meep-mpi-default: [hdf5 transition] please support hdf5 1.8.13 new
packaging layout
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.)
--
756682: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756682
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: meep-mpi-default
Version: 1.2.1-1
Severity: important
Tags: patch
User: [email protected]
Usertags: HDF5-transition
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
The hdf5 1.8.13 package in experimental features a new layout for
headers and libraries, so that all the binary packages are now
co-installable.
Please find attached a patch proposal to support both the current
and the new layouts.
Because this bug is in the way of the hdf5 transition I intend to NMU
in a few days. I apologize for the urge, and I hope this approach won't
offend you. Please tell me otherwise.
Kind regards,
_g.
- -- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.14-1-486
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBCAAGBQJT2sU5AAoJEO/obGx//s+DF0sIAJyah/wJWkyYVRbq2hgxWjqE
4Oyt2VpaGw9sQPyiLLV7sIWKsSFLRz5/f6PrY0a5PXMjtwPdxK7lzX78IZghI5cY
I41sz5KJoXCNpVCwMJuSpsgxFVi6kAGUa58L09BAFPdX48O4++X4ZYe0vtEupwgc
1IK/aLZf4DL8Zp1ABu7uKonof7xBpzMiP8lCEk/MWo/jlh3SCZiL2DBi/IDNLZYd
ZkrEnVmAbiO/mhuETGX+QPwF5ZYOy3XaU8RV9VeuwHR6G6JTJK2YPSqD6ugyLgT1
CBDC03nc3NrJMeoBKVi5I36By67Ph7zz+FbjKx5wCRu5fLVUr6TSL/jCRrMv/XU=
=BaCA
-----END PGP SIGNATURE-----
diff -Nru meep-mpi-default-1.2.1/debian/changelog meep-mpi-default-1.2.1/debian/changelog
--- meep-mpi-default-1.2.1/debian/changelog 2014-05-11 14:28:44.000000000 +0200
+++ meep-mpi-default-1.2.1/debian/changelog 2014-07-25 14:31:45.000000000 +0200
@@ -1,3 +1,12 @@
+meep-mpi-default (1.2.1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Support hdf5 1.8.13 new packaging layout.
+ * debian/control: build-depend on libhdf5-mpi-dev instead of
+ libhdf5-dev.
+
+ -- Gilles Filippini <[email protected]> Fri, 25 Jul 2014 14:29:28 +0200
+
meep-mpi-default (1.2.1-1) unstable; urgency=medium
* new upstream version
diff -Nru meep-mpi-default-1.2.1/debian/control meep-mpi-default-1.2.1/debian/control
--- meep-mpi-default-1.2.1/debian/control 2014-05-12 15:04:28.000000000 +0200
+++ meep-mpi-default-1.2.1/debian/control 2014-07-25 14:30:36.000000000 +0200
@@ -11,7 +11,7 @@
libharminv-dev (>= 1.1),
zlib1g-dev,
libfftw3-dev,
- libhdf5-dev,
+ libhdf5-mpi-dev,
libgsl0-dev,
liblapack-dev,
mpi-default-dev,
diff -Nru meep-mpi-default-1.2.1/debian/rules meep-mpi-default-1.2.1/debian/rules
--- meep-mpi-default-1.2.1/debian/rules 2014-05-12 14:37:11.000000000 +0200
+++ meep-mpi-default-1.2.1/debian/rules 2014-07-31 10:48:50.000000000 +0200
@@ -9,6 +9,15 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+# Which MPI implementation?
+# set ARCH_DEFAULT_MPI_IMPL
+include /usr/share/mpi-default-dev/debian_defaults
+
+ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/$(ARCH_DEFAULT_MPI_IMPL)/libhdf5.so),)
+ export DEB_CPPFLAGS_MAINT_APPEND := -I/usr/include/hdf5/$(ARCH_DEFAULT_MPI_IMPL)
+ export DEB_LDFLAGS_MAINT_APPEND := -Wl,-L/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/$(ARCH_DEFAULT_MPI_IMPL)
+endif
+
CONFIGURE_FLAGS = --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr --mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
--- End Message ---
--- Begin Message ---
Source: meep-mpi-default
Source-Version: 1.2.1-2
We believe that the bug you reported is fixed in the latest version of
meep-mpi-default, which is due to be installed in the Debian FTP archive.
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.
Thorsten Alteholz <[email protected]> (supplier of updated meep-mpi-default
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: Sun, 03 Aug 2014 14:20:00 +0200
Source: meep-mpi-default
Binary: meep-mpi-default libmeep-mpi-default7 libmeep-mpi-default-dev
Architecture: source i386
Version: 1.2.1-2
Distribution: unstable
Urgency: medium
Maintainer: Thorsten Alteholz <[email protected]>
Changed-By: Thorsten Alteholz <[email protected]>
Description:
libmeep-mpi-default-dev - development library for using parallel (OpenMPI)
version of meep
libmeep-mpi-default7 - library for using parallel (OpenMPI) version of meep
meep-mpi-default - software package for FDTD simulation, parallel (OpenMPI)
version
Closes: 756682
Changes:
meep-mpi-default (1.2.1-2) unstable; urgency=medium
.
* Support hdf5 1.8.13 new packaging layout. (Closes: #756682)
(patch by Gilles Filippini <[email protected]>)
Checksums-Sha1:
4f1911a31c63637b59abeaba9d17eb9283f9ae56 1535 meep-mpi-default_1.2.1-2.dsc
1970c183aed60af4326bb51dea9c54e71e54b6d3 731272
meep-mpi-default_1.2.1.orig.tar.gz
871a79acc277035acd5ba42417d0dff589444b37 5524
meep-mpi-default_1.2.1-2.debian.tar.xz
98ce8f982fbdf2aff89e41768f8de768a87c3c4e 171342
meep-mpi-default_1.2.1-2_i386.deb
8ed854e28ff42c0912cd2243e777c9d6a67628e7 268006
libmeep-mpi-default7_1.2.1-2_i386.deb
5ca6e87c688b89c1871bcde73e4c494b3671206e 290714
libmeep-mpi-default-dev_1.2.1-2_i386.deb
Checksums-Sha256:
9e64ac02cafdbeaa178279dfed8c77a3d4c0686e57606ecd9fc0a7c58d319fbd 1535
meep-mpi-default_1.2.1-2.dsc
f1f0683e5688d231f7dd1863939677148fc27a6744c03510e030c85d6c518ea5 731272
meep-mpi-default_1.2.1.orig.tar.gz
f3f5146b0c2b9e50921dcfeef823ae335ab71dce6f4b08b5695febe4ac4a8c27 5524
meep-mpi-default_1.2.1-2.debian.tar.xz
3aae3776ca8a2c4d04a04b3381e8e1a0e86c570ef192c71d9722dff5201d389b 171342
meep-mpi-default_1.2.1-2_i386.deb
21a6a1ab8174e62df899c045d30a4acadd161a130b2e1007fa9205830d0412d7 268006
libmeep-mpi-default7_1.2.1-2_i386.deb
59a64a061827675c5f0ee60e5b3ad50ab0446503ceddd6ac95019f50e8aba399 290714
libmeep-mpi-default-dev_1.2.1-2_i386.deb
Files:
3723e4df50a2d7d4c07a1b5846b09551 171342 science optional
meep-mpi-default_1.2.1-2_i386.deb
18d070e3a8fd25199cb8880d29722d45 268006 libs optional
libmeep-mpi-default7_1.2.1-2_i386.deb
3f4334b8250bab54aa74184b0182ba94 290714 libdevel optional
libmeep-mpi-default-dev_1.2.1-2_i386.deb
aae0f6d03d0c66bce2c34efc8fb2991d 1535 science optional
meep-mpi-default_1.2.1-2.dsc
9be2e743c3a832ae922de9d955d016c5 731272 science optional
meep-mpi-default_1.2.1.orig.tar.gz
e9ce1013b88cdcf2469d4b133ba4bb9b 5524 science optional
meep-mpi-default_1.2.1-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEARECAAYFAlPeL1oACgkQ02K2KlS5mJC9KwCgj+Nj9uxAHy6IDwbiGgyn5eXW
q9oAn3Zlql8vhqV91LmPMNvrO27aWRNd
=j3vm
-----END PGP SIGNATURE-----
--- End Message ---