diff -Nru adios-1.7.0/debian/changelog adios-1.7.0/debian/changelog --- adios-1.7.0/debian/changelog 2014-06-17 17:32:39.000000000 +0200 +++ adios-1.7.0/debian/changelog 2014-07-24 13:17:00.000000000 +0200 @@ -1,3 +1,10 @@ +adios (1.7.0-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Support hdf5 1.8.13 new packaging layout + + -- Gilles Filippini Thu, 24 Jul 2014 13:16:55 +0200 + adios (1.7.0-2) unstable; urgency=medium * PATH not inherited correctly. export it. diff -Nru adios-1.7.0/debian/rules adios-1.7.0/debian/rules --- adios-1.7.0/debian/rules 2014-06-17 17:32:39.000000000 +0200 +++ adios-1.7.0/debian/rules 2014-07-31 09:08:20.000000000 +0200 @@ -48,6 +48,11 @@ ifeq ($(ARCH),kfreebsd-i386) WITH_IBVERBS:= endif +ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),) + WITH_HDF5:=--with-hdf5=/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial +else + WITH_HDF5:=--with-hdf5=/usr +endif DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed @@ -74,7 +79,7 @@ override_dh_auto_configure: dh_auto_configure -- $(WITH_LUSTRE) $(WITH_IBVERBS) --enable-shared \ - --with-hdf5=/usr --with-bzip2=/usr --with-zlib=/usr \ + $(WITH_HDF5) --with-bzip2=/usr --with-zlib=/usr \ --prefix=$(DESTDIR) MPIFC=mpif77 CC=$(CC) # CFLAGS='-fPIC' override_dh_auto_build: