Revision: 83091 http://trac.macports.org/changeset/83091 Author: mmoll@macports.org Date: 2011-08-25 13:39:15 -0700 (Thu, 25 Aug 2011) Log Message: ----------- math/petsc: version bump and possible for #27223 Modified Paths: -------------- trunk/dports/math/petsc/Portfile Modified: trunk/dports/math/petsc/Portfile =================================================================== --- trunk/dports/math/petsc/Portfile 2011-08-25 20:12:03 UTC (rev 83090) +++ trunk/dports/math/petsc/Portfile 2011-08-25 20:39:15 UTC (rev 83091) @@ -3,8 +3,7 @@ PortSystem 1.0 name petsc -version 3.1-p7 -revision 1 +version 3.1-p8 categories math science maintainers mmoll description Portable, Extensible Toolkit for Scientific Computation @@ -24,9 +23,9 @@ distname ${name}-lite-${version} worksrcdir ${name}-${version} universal_variant no -checksums md5 c799040c5c731c74f7f9a80e0ba27fdb \ - sha1 69f92c56545c55ab4887664d41cf0761bf77348a \ - rmd160 e0eba6dcdf453f6778c781bdbb5b9ec4ea5a16ac +checksums md5 1cec4fcf3abe2eb8b10cd21a78a3407e \ + sha1 9610e22a65cb01225848f847f661235810befb12 \ + rmd160 061aff6d26a9d65bd9231fef204755598cb8dc5d depends_lib-append port:openmpi @@ -36,7 +35,9 @@ --prefix=${destroot}${prefix}/lib/petsc \ --with-cc=${prefix}/bin/openmpicc \ --with-cxx=${prefix}/bin/openmpicxx \ - --with-mpiexec=${prefix}/bin/openmpiexec + --with-mpiexec=${prefix}/bin/openmpiexec \ + --with-fc=${prefix}/bin/openmpif90 \ + --LDFLAGS=-lstdc++ post-destroot { reinplace "s|${destroot}${prefix}|${prefix}|g" ${destroot}${prefix}/lib/petsc/conf/RDict.db \