Revision
116572
Author
sean@macports.org
Date
2014-01-28 16:08:10 -0800 (Tue, 28 Jan 2014)

Log Message

petsc: add mising mpiexec option when using mpi; fixes #42301

Modified Paths

Diff

Modified: trunk/dports/math/petsc/Portfile (116571 => 116572)


--- trunk/dports/math/petsc/Portfile	2014-01-29 00:08:05 UTC (rev 116571)
+++ trunk/dports/math/petsc/Portfile	2014-01-29 00:08:10 UTC (rev 116572)
@@ -8,6 +8,7 @@
 mpi.setup
 
 bitbucket.setup     petsc petsc 3.4.3 v
+revision            1
 categories          math science
 maintainers         sean
 description         Portable, Extensible Toolkit for Scientific Computation
@@ -41,6 +42,7 @@
     if {[mpi_variant_isset]} {
         configure.args-delete --with-mpi=0 \
                               --with-fc=0
+        configure.args-append --with-mpiexec=${mpi.exec}
     } elseif {[fortran_variant_isset]} {
         configure.args-delete --with-fc=0
     }