[48423] trunk/dports/net/lam/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat Mar 21 09:32:50 PDT 2009


Revision: 48423
          http://trac.macports.org/changeset/48423
Author:   mcalhoun at macports.org
Date:     2009-03-21 09:32:47 -0700 (Sat, 21 Mar 2009)
Log Message:
-----------
lam: Update version 7.1.1 -> 7.1.3.
For Fortran support, remove variant g77 and replace it with gcc42, gcc43, and g95 variants.

Modified Paths:
--------------
    trunk/dports/net/lam/Portfile

Modified: trunk/dports/net/lam/Portfile
===================================================================
--- trunk/dports/net/lam/Portfile	2009-03-21 15:52:14 UTC (rev 48422)
+++ trunk/dports/net/lam/Portfile	2009-03-21 16:32:47 UTC (rev 48423)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			lam
-version			7.1.1
+version			7.1.3
 categories		net science parallel
 maintainers		nomaintainer
 description		Local Area Multicomputer MPI implementation
@@ -22,8 +22,11 @@
 				http://lam.fries.net/download/files/ \
 				http://www.thinkingnerds.com/lam/download/files/ \
 				http://lam-mpi.lzu.edu.cn/download/files/
-checksums		md5 0a3eee53281884a063ce2c44793672b3
+checksums           md5     dccca92409654f4f822b1d343ca75be6 \
+                    sha1    4a583308c0442eb46f4fd0abe7e26ea3e1fd4adb \
+                    rmd160  e0de240380d2275090bad0f0f57ac3a54b6d9f96
 use_bzip2		yes
+universal_variant	no
 
 configure.args	--without-fc \
 				--without-romio \
@@ -31,7 +34,20 @@
 
 destroot.args	docdir=${prefix}/share/doc/lam
 
-variant g77 {
-	depends_lib		bin:g77:gcc34
-	configure.args	--with-fc
+variant gcc42 description {enable Fortran support with GCC 4.2 } conflicts gcc43 g95 {
+	depends_lib   port:gcc42
+	configure.args-delete	--without-fc
+	configure.args-append	--with-fc=${prefix}/bin/gfortran-mp-4.2
 }
+
+variant gcc43 description {enable Fortran support with GCC 4.3 } conflicts gcc42 g95 {
+	depends_lib   port:gcc43
+	configure.args-delete	--without-fc
+	configure.args-append	--with-fc=${prefix}/bin/gfortran-mp-4.3
+}
+
+variant g95 description {enable Fortran support with G95 } conflicts gcc42 gcc43 {
+	depends_lib   port:g95
+	configure.args-delete	--without-fc
+	configure.args-append	--with-fc=${prefix}/bin/g95
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090321/9e329cad/attachment.html>


More information about the macports-changes mailing list