[130200] trunk/dports/math/slepc/Portfile

sean at macports.org sean at macports.org
Sun Dec 28 12:44:08 PST 2014


Revision: 130200
          https://trac.macports.org/changeset/130200
Author:   sean at macports.org
Date:     2014-12-28 12:44:08 -0800 (Sun, 28 Dec 2014)
Log Message:
-----------
slepc: update to 3.5.3 and fix fortran stubs; closes #46176

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

Modified: trunk/dports/math/slepc/Portfile
===================================================================
--- trunk/dports/math/slepc/Portfile	2014-12-28 20:44:03 UTC (rev 130199)
+++ trunk/dports/math/slepc/Portfile	2014-12-28 20:44:08 UTC (rev 130200)
@@ -3,10 +3,9 @@
 
 PortSystem          1.0
 PortGroup           bitbucket 1.0
-PortGroup           conflicts_build 1.0
 PortGroup           mpi 1.0
 
-bitbucket.setup     slepc slepc 3.5.2 v
+bitbucket.setup     slepc slepc 3.5.3 v
 categories          math science
 maintainers         sean
 license             LGPL
@@ -25,16 +24,22 @@
 platforms           darwin
 universal_variant   no
 
-checksums           rmd160  9b6487a09dbd87e9ecd92e239e9b43ff3e1c9c10 \
-                    sha256  7546b2c64df627a4127cd4630cf121033c478ac9e800b01296105fa26cf34f3f
+checksums           rmd160  2ec89b42a74b4380099868459b3f61c51f9cfc86 \
+                    sha256  ef335b57da96b51d29ce5da834bd8d1f43c956f0550e1e4bf3a10f545297ce85
 
 mpi.setup
 mpi.enforce_variant petsc
 
 depends_lib-append  port:petsc
-conflicts_build     slepc
 use_parallel_build  no
 
+depends_build-append \
+                    port:sowing
+
+pre-configure {
+    system -W ${worksrcpath} "SLEPC_DIR=${worksrcpath} ./config/generatefortranstubs.py bfort"
+}
+
 configure.args      --prefix=${prefix}/lib/slepc
 configure.env-append \
                     PETSC_DIR=${prefix}/lib/petsc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141228/7ace3e35/attachment.html>


More information about the macports-changes mailing list