[adios] 30/207: Use mpicc.lam on LAM

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:29 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 68c4f116276112c89016c0a61160fe3e12a1b2dd
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Aug 16 17:19:07 2011 +0100

    Use mpicc.lam on LAM
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3dc1876..cd46501 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+adios (1.3-6) unstable; urgency=low
+
+  * LAM uses mpicc.lam, not mpicc.  
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Tue, 16 Aug 2011 17:18:36 +0100
+
 adios (1.3-5) unstable; urgency=low
 
   * MPI_IN_PLACE patch is needed for adiso_mpi_lustre.c too, even though
diff --git a/debian/rules b/debian/rules
index 0eb324d..46e622e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 # Cope with lam not providing mpicc.
 include /usr/share/mpi-default-dev/debian_defaults 
 ifeq ($(ARCH_DEFAULT_MPI_IMPL),lam)
-  CC:=gcc
+  CC:=mpicc.lam
 else
   CC:=mpicc
 endif

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