[adios] 07/11: Ensure pure mpich build is done; use mpif77.$(MPI_IMPL)

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Mar 1 11:42:51 UTC 2016


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

mckinstry pushed a commit to tag debian/1.9.0-2
in repository adios.

commit 26d8fb27006dfff1e0ff5a8023fe6dae35216c30
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Oct 27 15:13:56 2015 +0000

    Ensure pure mpich build is done; use mpif77.$(MPI_IMPL)
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a55f0ed..9b7cdc0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+adios (1.9.0-2) unstable; urgency=medium
+
+  * Ensure pure mpich build is done; use mpif77.$(MPI_IMPL) 
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Tue, 27 Oct 2015 15:10:38 +0000
+
 adios (1.9.0-1) experimental; urgency=medium
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index 21c89b2..06ed598 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,7 +66,7 @@ override_dh_auto_configure:
 		--with-phdf5-incdir=/usr/include/hdf5/$(MPI_IMPL) \
 		--with-phdf5-libdir=$(LIBDIR)/hdf5/$(MPI_IMPL) \
 		--with-bzip2=/usr  --with-zlib=/usr --with-glib=/usr \
-		--prefix=/usr MPIFC=mpif77 CFLAGS='$(CFLAGS) -I$(LIBDIR)/glib-2.0/include' \
+		--prefix=/usr MPICC=mpicc.$(MPI_IMPL) MPIFC=mpif77.$(MPI_IMPL) CFLAGS='$(CFLAGS) -I$(LIBDIR)/glib-2.0/include' \
 		LIBS=' -lpthread' 
 
 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