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

mmoll at macports.org mmoll at macports.org
Tue May 1 09:14:49 PDT 2012


Revision: 92570
          https://trac.macports.org/changeset/92570
Author:   mmoll at macports.org
Date:     2012-05-01 09:14:48 -0700 (Tue, 01 May 2012)
Log Message:
-----------
math/petsc: enable a number of optional dependencies. closes #34287

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

Modified: trunk/dports/math/petsc/Portfile
===================================================================
--- trunk/dports/math/petsc/Portfile	2012-05-01 16:04:54 UTC (rev 92569)
+++ trunk/dports/math/petsc/Portfile	2012-05-01 16:14:48 UTC (rev 92570)
@@ -4,6 +4,7 @@
 
 name		petsc
 version	    3.2-p7
+revision    1
 categories  math science
 maintainers	mmoll
 description	Portable, Extensible Toolkit for Scientific Computation
@@ -23,6 +24,7 @@
 distname	${name}-lite-${version}
 worksrcdir	${name}-${version}
 universal_variant   no
+
 checksums           md5     9272439b31313824d3c4e8f23e3e06e3 \
                     sha1    312c5b7219925439d38533990aa439c4d98e2b79 \
                     rmd160  ca38c987b5f0559ccbc650d2a35831328ead3cf6
@@ -37,10 +39,17 @@
 		--with-cc=${prefix}/bin/openmpicc \
 		--with-cxx=${prefix}/bin/openmpicxx \
 		--with-mpiexec=${prefix}/bin/openmpiexec \
+        --download-umfpack=1 \
+        --download-ml \
+        --download-parmetis \
+        --download-blacs \
+        --download-scalapack \
+        --download-mumps \
+        --download-ptscotch \
 		--with-fc=${prefix}/bin/openmpif90 \
 		--LIBS=-lstdc++
 
-destroot.destdir DESTDIR=${destroot}${prefix}/lib/petsc 
+destroot.destdir DESTDIR=${destroot}${prefix}/lib/petsc
 post-destroot {
    reinplace "s|${destroot}${prefix}|${prefix}|g" ${destroot}${prefix}/lib/petsc/conf/RDict.db \
                                                   ${destroot}${prefix}/lib/petsc/conf/petscrules \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120501/c1d535da/attachment.html>


More information about the macports-changes mailing list