[adios] 187/207: Use MPI hdf5

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:58 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 fe260fe0e13fa4d227df19f6cbd9437561c40d97
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sun May 3 11:50:16 2015 +0100

    Use MPI hdf5
---
 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 79f7cfe..3f59664 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,11 +70,13 @@ override_dh_auto_clean:
 	find . -name '*.pyc' -delete
 	rm -fr wrappers/numpy/build wrappers/java/build debian/tmpp
 	# Remove dodgy symlink
-	rm -f ./examples/staging/stage_write/writer_adios
+	rm -f ./examples/staging/stage_write/writer_adios config.log
 
 override_dh_auto_configure:
 	dh_auto_configure --  $(WITH_LUSTRE) $(WITH_IBVERBS) --enable-shared \
-		--with-hdf5=/usr --with-bzip2=/usr  --with-zlib=/usr \
+		--with-hdf5-incdir=/usr/include/hdf5/$(ARCH_DEFAULT_MPI_IMPL) \
+		--with-hdf5-libdir=$(LIBDIR)/$(ARCH_DEFAULT_MPI_IMPL) \
+		--with-bzip2=/usr  --with-zlib=/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