[116572] trunk/dports/math/petsc/Portfile

sean at macports.org sean at macports.org
Tue Jan 28 16:08:10 PST 2014


Revision: 116572
          https://trac.macports.org/changeset/116572
Author:   sean at 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:
--------------
    trunk/dports/math/petsc/Portfile

Modified: trunk/dports/math/petsc/Portfile
===================================================================
--- 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
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140128/99e01670/attachment.html>


More information about the macports-changes mailing list