[adios] 121/207: Add zlib transport

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:46 UTC 2015


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

mckinstry pushed a commit to branch master
in repository adios.

commit e293c2ef9a1189483e86f7043d303040f0eb66d9
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon May 19 15:54:10 2014 +0100

    Add zlib transport
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ad10284..8aa4959 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 adios (1.6.0-4) unstable; urgency=medium
 
-  * Add python-adios, python3-adios packages. 
+  * Add python-adios, python3-adios wrapper packages.
+  * Add infiniband, bzip2, libz as 'transports'
 
  -- Alastair McKinstry <mckinstry at debian.org>  Mon, 19 May 2014 15:05:17 +0100
 
diff --git a/debian/control b/debian/control
index e2407f1..dcf9875 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: science
 Priority: optional
 Maintainer: Alastair McKinstry <mckinstry at debian.org>
 Build-Depends: debhelper (>= 9), libnetcdf-dev, gfortran, libhdf5-mpi-dev | libhdf5-dev, libmxml-dev, 
-  mpi-default-dev, autotools-dev, cmake, libbz2-dev, libibverbs-dev, 
+  mpi-default-dev, autotools-dev, cmake, libbz2-dev, libibverbs-dev, zlib1g-dev,
   python-dev, python-numpy, python3-mpi4py, cython, dh-python,
   python3-dev, python3-numpy, python3-mpi4py, cython3
 Standards-Version: 3.9.5
diff --git a/debian/rules b/debian/rules
index 61d6d87..44f88ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,7 @@ override_dh_auto_clean:
 
 override_dh_auto_configure:
 	dh_auto_configure --  $(WITH_LUSTRE) --enable-shared \
-		--with-hdf5=/usr --with-bzip2=/usr --prefix=$(DESTDIR) MPIFC=mpif77 CC=$(CC) CFLAGS='-fPIC'
+		--with-hdf5=/usr --with-bzip2=/usr  --with-zlib=/usr --prefix=$(DESTDIR) MPIFC=mpif77 CC=$(CC) CFLAGS='-fPIC'
 	# Prep python wrapper. Cache these for cmake otherwise it will get 2.7, 3.* confused
 	mkdir -p wrappers/numpy/build_$(PY2)
 	echo "PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python" > wrappers/numpy/build_$(PY2)/CMakeCache.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/adios.git



More information about the debian-science-commits mailing list