[116313] trunk/dports/science

sean at macports.org sean at macports.org
Thu Jan 23 12:09:36 PST 2014


Revision: 116313
          https://trac.macports.org/changeset/116313
Author:   sean at macports.org
Date:     2014-01-23 12:09:36 -0800 (Thu, 23 Jan 2014)
Log Message:
-----------
mpi-doc: new port to abstract docs for mpich and openmpi

Modified Paths:
--------------
    trunk/dports/science/mpich/Portfile

Added Paths:
-----------
    trunk/dports/science/mpi-doc/
    trunk/dports/science/mpi-doc/Portfile

Added: trunk/dports/science/mpi-doc/Portfile
===================================================================
--- trunk/dports/science/mpi-doc/Portfile	                        (rev 0)
+++ trunk/dports/science/mpi-doc/Portfile	2014-01-23 20:09:36 UTC (rev 116313)
@@ -0,0 +1,42 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+universal_variant    no
+
+# make sure to keep in sync with mpich
+name                mpi-doc
+version             3.0.4
+
+license             BSD
+categories          science parallel net
+platforms           darwin
+maintainers         sean \
+                    openmaintainer
+homepage            http://www.mpich.org/
+
+description         Message Passing Interface (MPI) Library Man Pages
+long_description    ${description}
+
+master_sites        ${homepage}static/tarballs/${version}/
+distname            mpich-${version}
+
+checksums \
+    rmd160  c14b3b335be863dd36c0a58630c969719d8ef217 \
+    sha256  cf638c85660300af48b6f776e5ecd35b5378d5905ec5d34c3da7a27da0acf0b3
+
+use_configure       no
+
+build {}
+
+destroot {
+    delete ${destroot}/${prefix}/share/man/man1
+    delete ${destroot}/${prefix}/share/man/man3
+    move ${worksrcpath}/man/man1 ${destroot}/${prefix}/share/man/
+    move ${worksrcpath}/man/man3 ${destroot}/${prefix}/share/man/
+}
+
+livecheck.type      regex
+livecheck.regex     mpich-(\[0-9.p\]+)${extract.suffix}
+livecheck.url       ${homepage}downloads/index.php?s=downloads

Modified: trunk/dports/science/mpich/Portfile
===================================================================
--- trunk/dports/science/mpich/Portfile	2014-01-23 20:09:33 UTC (rev 116312)
+++ trunk/dports/science/mpich/Portfile	2014-01-23 20:09:36 UTC (rev 116313)
@@ -110,7 +110,7 @@
                     lammpi \
                     openmpi
 
-depends_lib-append  port:libxml2
+depends_lib-append  port:libxml2 port:mpi-doc
 
 # Linker for Apple clang version 421.11.66 segfaults 
 # See https://trac.macports.org/ticket/36654#comment:9 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140123/6aa2d5d7/attachment.html>


More information about the macports-changes mailing list