[adios] 13/207: Merge -2 changes: Use MPIFC=mpif77 during build, to work on LAM-based MPI systems.

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:24 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 9353e259367ee31f346e5c61687fc5665af4298f
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Aug 9 20:30:24 2011 +0100

    Merge -2 changes: Use MPIFC=mpif77 during build, to work on LAM-based MPI systems.
---
 debian/changelog | 4 ++--
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e4ee496..908af0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
 adios (1.2.1-2) unstable; urgency=low
 
-  * Add support for SH4, thanks to Nobuhiro Iwamatsu. Closes: #635908. 
+  * Use MPIFC=mpif77 during build, to work on LAM-based MPI systems. 
 
- -- Alastair McKinstry <mckinstry at debian.org>  Tue, 09 Aug 2011 17:52:13 +0100
+ -- Alastair McKinstry <mckinstry at debian.org>  Sun, 10 Jul 2011 00:33:10 +0100
 
 adios (1.2.1-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index c45fff4..a2e1742 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_clean:
 	find . -name '*.pyc' -delete
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-shared --prefix=`pwd`/debian/tmp
+	dh_auto_configure -- --enable-shared --prefix=`pwd`/debian/tmp  MPIFC=mpif77
 
 override_dh_auto_install:
 	$(MAKE) install prefix=$(shell pwd)/debian/libadios-dev/usr 

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