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

sean at macports.org sean at macports.org
Wed Jul 20 13:38:03 PDT 2016


Revision: 150511
          https://trac.macports.org/changeset/150511
Author:   sean at macports.org
Date:     2016-07-20 13:38:03 -0700 (Wed, 20 Jul 2016)
Log Message:
-----------
petsc: update to 3.7.2

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

Modified: trunk/dports/math/petsc/Portfile
===================================================================
--- trunk/dports/math/petsc/Portfile	2016-07-20 20:37:59 UTC (rev 150510)
+++ trunk/dports/math/petsc/Portfile	2016-07-20 20:38:03 UTC (rev 150511)
@@ -5,8 +5,7 @@
 PortGroup           bitbucket 1.0
 PortGroup           mpi 1.0
 
-bitbucket.setup     petsc petsc 3.6.3 v
-revision            2
+bitbucket.setup     petsc petsc 3.7.2 v
 categories          math science
 maintainers         sean
 license             BSD
@@ -19,8 +18,8 @@
 platforms           darwin
 universal_variant   no
 
-checksums           rmd160  474b5c0cfb17657cdeb8a1b68590efee509b99c5 \
-                    sha256  007f24c7ec8ef4656248253b17e8c5bde5831f888c3a18059a7c7b044ee9e203
+checksums           rmd160  6716b912e40a0e41584d50a5067702d6c11c7504 \
+                    sha256  6d5c19a3ef85a352ca41ee76874a0dd1aeb6ab0dd2f62d91da1a42b7ddfb1f43
 
 mpi.setup
 
@@ -30,12 +29,6 @@
                     port:sowing \
                     port:c2html
 
-post-extract {
-    # superlu 4.3 works with 3.6.1, can remove this after next update
-    reinplace "s,4\.1,4.3,g" ${worksrcpath}/config/BuildSystem/config/packages/SuperLU_DIST.py
-    reinplace "s,5\.0,5.1,g" ${worksrcpath}/config/BuildSystem/config/packages/SuperLU.py
-}
-
 pre-configure {
     configure.args-append \
         CC="${configure.cc}" \
@@ -127,12 +120,10 @@
     mpi.enforce_variant   sundials
 }
 
-if {[string first "-devel" $subport] > 0} {
 variant superlu description {Build with SuperLU interface for a serial direct solver} {
     depends_lib-append    port:superlu
     configure.args-append --with-superlu-dir=${prefix}
 }
-}
 
 variant mumps description {Build with MUMPS interface for a parallel direct solver} requires parmetis {
     depends_lib-append    port:mumps
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160720/b601e7e0/attachment.html>


More information about the macports-changes mailing list