[Lunar-commits] <moonbase> lam: Version bump and adding a BUILD for gfortran detection.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Dec 21 03:01:28 CET 2010


commit 905836c695bde10ace23a74c8a36448fa018e1c3
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Dec 20 21:01:28 2010 -0500

    lam: Version bump and adding a BUILD for gfortran detection.
---
 distributed/lam/BUILD   |   11 +++++++++++
 distributed/lam/DETAILS |    6 +++---
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/distributed/lam/BUILD b/distributed/lam/BUILD
new file mode 100644
index 0000000..a704fcc
--- /dev/null
+++ b/distributed/lam/BUILD
@@ -0,0 +1,11 @@
+(
+
+  if [ -f `which gfortran` ] ; then
+     OPTS="--with-fc=gfortran"
+  else
+    OPTS="--without-fc"
+  fi &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/distributed/lam/DETAILS b/distributed/lam/DETAILS
index 02f7b5e..116f6db 100644
--- a/distributed/lam/DETAILS
+++ b/distributed/lam/DETAILS
@@ -1,11 +1,11 @@
           MODULE=lam
-         VERSION=7.1.3
+         VERSION=7.1.4
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://www.lam-mpi.org/download/files/
-      SOURCE_VFY=sha1:4a583308c0442eb46f4fd0abe7e26ea3e1fd4adb
+      SOURCE_VFY=sha1:ce8a983004f31d5960d34efe3ed9ac489e9dfc9d
         WEB_SITE=http://www.lam-mpi.org/
          ENTERED=20040224
-         UPDATED=20070527
+         UPDATED=20101220
            SHORT="an implementation of Message Passing Interface"
 
 cat << EOF


More information about the Lunar-commits mailing list