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

jmr at macports.org jmr at macports.org
Thu Mar 25 08:48:10 PDT 2010


Revision: 65335
          http://trac.macports.org/changeset/65335
Author:   jmr at macports.org
Date:     2010-03-25 08:48:07 -0700 (Thu, 25 Mar 2010)
Log Message:
-----------
openmpi: fix typo in gcc44 variant's configure args (#23819)

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

Modified: trunk/dports/science/openmpi/Portfile
===================================================================
--- trunk/dports/science/openmpi/Portfile	2010-03-25 15:23:40 UTC (rev 65334)
+++ trunk/dports/science/openmpi/Portfile	2010-03-25 15:48:07 UTC (rev 65335)
@@ -83,7 +83,7 @@
 
 variant gcc44 description {build mpif77 and mpif90 using gcc44} conflicts gcc42 gcc43 g95 {
 	configure.args-delete --disable-mpi-f77 --disable-mpi-f90
-	configure.args-append --enable-mpi-f77 --enablepi--f90
+	configure.args-append --enable-mpi-f77 --enable-mpi-f90
 	configure.f77	      ${prefix}/bin/gfortran-mp-4.4
 	configure.fc	      ${prefix}/bin/gfortran-mp-4.4
 	depends_lib-append    port:gcc44
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100325/2f20228e/attachment.html>


More information about the macports-changes mailing list