[140103] trunk/dports/math/petsc

sean at macports.org sean at macports.org
Wed Sep 9 14:27:22 PDT 2015


Revision: 140103
          https://trac.macports.org/changeset/140103
Author:   sean at macports.org
Date:     2015-09-09 14:27:21 -0700 (Wed, 09 Sep 2015)
Log Message:
-----------
petsc: update to 3.6.1

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

Removed Paths:
-------------
    trunk/dports/math/petsc/files/

Modified: trunk/dports/math/petsc/Portfile
===================================================================
--- trunk/dports/math/petsc/Portfile	2015-09-09 21:27:20 UTC (rev 140102)
+++ trunk/dports/math/petsc/Portfile	2015-09-09 21:27:21 UTC (rev 140103)
@@ -5,8 +5,7 @@
 PortGroup           bitbucket 1.0
 PortGroup           mpi 1.0
 
-bitbucket.setup     petsc petsc 3.5.3 v
-revision            2
+bitbucket.setup     petsc petsc 3.6.1 v
 categories          math science
 maintainers         sean
 license             BSD
@@ -19,8 +18,8 @@
 platforms           darwin
 universal_variant   no
 
-checksums           rmd160  f9a607e0ccdcf5576122a9085992a3a1abafbaec \
-                    sha256  9f32de5e9fa8b5f2fe3ea4c63d89f9eaec4a1f7eea2d353ab15eaef3fdbf2517
+checksums           rmd160  8a36126369ccdb829b0f9df1f3b0107e9c1755c3 \
+                    sha256  dc48cdef80c4efb818f5439bf8ae7692eb48d35c7704406f6580e2de63be3f32
 
 mpi.setup
 
@@ -30,7 +29,10 @@
                     port:sowing \
                     port:c2html
 
-patchfiles-append   patch-env.diff
+post-extract {
+    # superlu 4.1 works with 3.6.1, can remove this after next update
+    reinplace "s,4\.0,4.1,g" ${worksrcpath}/config/BuildSystem/config/packages/SuperLU_DIST.py
+}
 
 pre-configure {
     configure.args-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150909/83dd0341/attachment.html>


More information about the macports-changes mailing list