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

jmr at macports.org jmr at macports.org
Sat Jul 4 06:42:22 PDT 2009


Revision: 53384
          http://trac.macports.org/changeset/53384
Author:   jmr at macports.org
Date:     2009-07-04 06:42:21 -0700 (Sat, 04 Jul 2009)
Log Message:
-----------
openmpi: ensure that one of the fortran variants is set (#19947, maintainer timeout)

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

Modified: trunk/dports/science/openmpi/Portfile
===================================================================
--- trunk/dports/science/openmpi/Portfile	2009-07-04 13:32:49 UTC (rev 53383)
+++ trunk/dports/science/openmpi/Portfile	2009-07-04 13:42:21 UTC (rev 53384)
@@ -82,6 +82,11 @@
 	lappend wrappers mpif77 mpif90
 }
 
+# dependents like netcdf need some form of fortran
+if {![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset g95]} {
+    default_variants +gcc43
+}
+
 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/20090704/568a5e97/attachment.html>


More information about the macports-changes mailing list