Changelog
hdf5 (1.8.13+docs-1) experimental; urgency=medium
[Gilles Filippini]
* New upstream release
* MPI-POSIX driver removed by upstream. Applications performing parallel
I/O should use the MPI-IO driver, H5Pset_fapl_mpio
* SONAME bump to 8
* Repack upstream docs:
- Drop useless MacOS resource fork file
- Drop generated files:
. Generate C++ doc at build time with doxygen
. Process PHP scriptlets in HTML files at build time
- Build-Depends: doxygen, php5-cli
* debian/watch: use dversionmangle to correctly match upstream releases
* libhdf5-doc: drop dependency on libjs-jquery (not needed anymore)
* debian/source.lintian-overrides: ignore lintian warnings related to
the mpich2 dummy transitional packages
* Add manpages for h5pcc, h5pfc and h5debug (generated with help2man)
* Make serial and $mpi flavors co-installable
- New patch flavor-configure-option.patch: add option --with-flavor
which append '_<flavor-name>' to the libraries' names
- Configure builds with flavor-name={serial,openmpi,mpich}
- link $flavor development libs to
/usr/lib/$MULTIARCH/hdf5/$flavor/libhdf5-<legacy-names> (so that existing
makefiles still work using -L/usr/lib/$MULTIARCH/hdf5/$flavor)
- install $flavor include files into /usr/include/hdf5/$flavor (so
that existing makefiles still work using -I/usr/include/hdf5/$flavor)
- Use alternatives to choose default h5p{cf}c
- Deactivate patch skip_cxx_inclusion.diff
- Remove related Conflicts / Provides from debian/control*
* Reflect theses changes in .symbols files
[Alastair McKinstry]
* Add ELF symbol versionning to enable multiple flavors to be linked
simultaneously.
-- Gilles Filippini <email address hidden> Tue, 08 Jul 2014 22:52:48 +0200