[24527] trunk/dports/science/openmpi/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 27 09:58:30 PDT 2007


Revision: 24527
          http://trac.macosforge.org/projects/macports/changeset/24527
Author:   mww at macports.org
Date:     2007-04-27 09:58:29 -0700 (Fri, 27 Apr 2007)

Log Message:
-----------
version 1.2.1, use new suffix of gcc42 port ("-mp-4.2") in 'fortran' variant

Modified Paths:
--------------
    trunk/dports/science/openmpi/Portfile

Modified: trunk/dports/science/openmpi/Portfile
===================================================================
--- trunk/dports/science/openmpi/Portfile	2007-04-27 15:30:45 UTC (rev 24526)
+++ trunk/dports/science/openmpi/Portfile	2007-04-27 16:58:29 UTC (rev 24527)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			openmpi
-version			1.2
+version			1.2.1
 categories		science parallel net
 platforms		darwin
 maintainers		mww at macports.org
@@ -21,8 +21,8 @@
 				http://www.open-mpi.de/software/${subdir} \
 				http://icl.cs.utk.edu/open-mpi/${subdir} \
 				freebsd
-checksums		md5 37e8d4edad54a8d8c3127fbef87ebda1 \
-				sha1 e42db0b71de3761e7a3c73a7b078e07f6106c71f
+checksums		md5 ceaa42891edba2324a94fdd0b87e46ca \
+				sha1 3cc3d38013d3ac1a9b3a0cf25cc279f4045d57a1
 use_bzip2		yes
 
 pre-extract { file mkdir ${workpath}/build }
@@ -53,9 +53,13 @@
 variant fortran {
         configure.args-delete --disable-f77 --disable-f90
         configure.args-append --enable-f77 --enable-f90
-        configure.env-append F77=gfortran-dp-4.2 FC=gfortran-dp-4.2
+        configure.env-append F77=gfortran-mp-4.2 FC=gfortran-mp-4.2
         # We need gfortran. Gcc41 doesn't seem to compile on Intel Mac, so we'll take  
         # gcc42. Too bad that the actual gfortran binary in gcc42 is called
-        # gfortran-dp-4.2, otherwise we could just say bin:gfortran:gcc42.
+        # gfortran-mp-4.2, otherwise we could just say bin:gfortran:gcc42.
         depends_build port:gcc42
 }
+
+livecheck.check	regex
+livecheck.url	http://www.open-mpi.org/software/
+livecheck.regex	openmpi-(\[0-9\.\]+).tar.bz2

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070427/5f44fa5f/attachment.html


More information about the macports-changes mailing list