[hdf5] 02/04: Build against libaec-dev to enable SZLIB support

Gilles Filippini pini at debian.org
Sun Jan 24 22:48:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

pini pushed a commit to branch master
in repository hdf5.

commit 8c9b860256ebb73815cc8bdb18bd4adff6443885
Author: Gilles Filippini <pini at debian.org>
Date:   Sun Jan 24 22:39:32 2016 +0100

    Build against libaec-dev to enable SZLIB support
---
 debian/changelog  | 1 +
 debian/control    | 1 +
 debian/control.in | 1 +
 debian/rules      | 1 +
 4 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 47451d4..f04e226 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 hdf5 (1.8.16+docs-2) UNRELEASED; urgency=medium
 
+  * Build against libaec-dev which provide SZLIB (closes: #811093).
   * libhdf5-cpp-<SONAME_CXX>: drop versioned dependency on libhdf5-<SONAME>
     to ease future transitions.
 
diff --git a/debian/control b/debian/control
index 8d43697..76a32bb 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
 Build-Depends: dpkg-dev (>= 1.16.1~), mpi-default-dev, libmpich-dev, zlib1g-dev,
  libjpeg-dev, debhelper (>= 9~), gfortran,
  sharutils, chrpath, autotools-dev, automake, dh-autoreconf, doxygen, php5-cli,
+ libaec-dev,
 Standards-Version: 3.9.6
 Homepage: http://hdfgroup.org/HDF5/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/hdf5.git
diff --git a/debian/control.in b/debian/control.in
index 59ac775..a63708c 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,6 +7,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
 Build-Depends: dpkg-dev (>= 1.16.1~), mpi-default-dev, libmpich-dev, zlib1g-dev,
  libjpeg-dev, debhelper (>= 9~), gfortran,
  sharutils, chrpath, autotools-dev, automake, dh-autoreconf, doxygen, php5-cli,
+ libaec-dev,
 Standards-Version: 3.9.6
 Homepage: http://hdfgroup.org/HDF5/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/hdf5.git
diff --git a/debian/rules b/debian/rules
index bff4ebc..9f34e56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -111,6 +111,7 @@ CONFIGURE_FLAGS = --prefix=/usr --host=$(DEB_HOST_GNU_TYPE) \
 		  --with-pthread --enable-linux-lfs --enable-unsupported \
 		  --enable-shared --enable-production=$(USE_PROD) \
 		  --disable-sharedlib-rpath --with-zlib --with-default-api-version=v18 \
+		  --with-szlib \
 		  --enable-fortran --enable-fortran2003
 SERIAL_FLAGS = --enable-threadsafe --enable-cxx --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) --includedir=\$${prefix}/include/hdf5/serial --with-flavor=serial
 OPENMPI_FLAGS = --enable-parallel=yes --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) --includedir=\$${prefix}/include/hdf5/openmpi --with-flavor=openmpi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf5.git



More information about the Pkg-grass-devel mailing list