[adios] 195/207: Use glib2.0

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:59 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 baae611dd73eaf3a0f8c53e941a9723618dc66d9
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sun May 3 13:29:10 2015 +0100

    Use glib2.0
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ed5cf87..94bec7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ adios (1.8.0-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Standards-Version: 3.9.6.	
   * adios_config: Fix typo: pkgconfig -> pkg-config
+  * Use libglib2.0-dev
 
  -- Alastair McKinstry <mckinstry at debian.org>  Thu, 08 Jan 2015 22:04:42 +0000
 
diff --git a/debian/control b/debian/control
index cc0d1da..43bb784 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Build-Depends: debhelper (>= 9), libnetcdf-dev, gfortran, libhdf5-dev, libmxml-d
   mpi-default-dev, autotools-dev, cmake, libbz2-dev, zlib1g-dev, dh-autoreconf,
   libibverbs-dev [ !hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
   python-dev, python-numpy, python-mpi4py, cython, dh-python,
-  python3-all-dev, python3-numpy, python3-mpi4py, cython3
+  python3-all-dev, python3-numpy, python3-mpi4py, cython3,
+  libglib2.0-dev
 Build-Conflicts: libadios-dev
 Standards-Version: 3.9.6
 Homepage: http://www.olcf.ornl.gov/center-projects/adios/
diff --git a/debian/rules b/debian/rules
index 3fd02ec..036c774 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,7 +76,7 @@ override_dh_auto_configure:
 	dh_auto_configure --  $(WITH_LUSTRE) $(WITH_IBVERBS) --enable-shared \
 		--with-hdf5-incdir=/usr/include/hdf5/$(ARCH_DEFAULT_MPI_IMPL) \
 		--with-hdf5-libdir=$(LIBDIR)/hdf5/$(ARCH_DEFAULT_MPI_IMPL) \
-		--with-bzip2=/usr  --with-zlib=/usr \
+		--with-bzip2=/usr  --with-zlib=/usr --with-glib=/usr \
 		--prefix=$(DESTDIR) MPIFC=mpif77 CC=$(CC) # CFLAGS='-fPIC'
 
 override_dh_auto_build:

-- 
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