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

mmoll at macports.org mmoll at macports.org
Mon Aug 24 07:41:00 PDT 2009


Revision: 56138
          http://trac.macports.org/changeset/56138
Author:   mmoll at macports.org
Date:     2009-08-24 07:40:59 -0700 (Mon, 24 Aug 2009)
Log Message:
-----------
petsc: specify mpiexec, (hopefully) closes #20791

Modified Paths:
--------------
    trunk/dports/math/petsc/Portfile

Modified: trunk/dports/math/petsc/Portfile
===================================================================
--- trunk/dports/math/petsc/Portfile	2009-08-24 14:14:04 UTC (rev 56137)
+++ trunk/dports/math/petsc/Portfile	2009-08-24 14:40:59 UTC (rev 56138)
@@ -4,6 +4,7 @@
 
 name		petsc
 version	    3.0.0-p7
+revision    1
 categories  math science
 maintainers	mmoll
 description	Portable, Extensible Toolkit for Scientific Computation
@@ -30,7 +31,8 @@
 		--prefix=${prefix}/lib/petsc \
 		--with-cc=${prefix}/bin/openmpicc \
 		--with-cxx=${prefix}/bin/openmpicxx \
-		--with-fc=${prefix}/bin/openmpif90
+		--with-fc=${prefix}/bin/openmpif90 \
+		--with-mpiexec=${prefix}/bin/openmpiexec
 build.env       PETSC_DIR=${worksrcpath} PETSC_ARCH=darwin
 destroot.destdir    INSTALL_DIR=${destroot}${prefix}/lib/petsc \
         PETSC_DIR=${worksrcpath} PETSC_ARCH=darwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090824/b76ff6e5/attachment-0001.html>


More information about the macports-changes mailing list