[116316] trunk/dports

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


Revision: 116316
          https://trac.macports.org/changeset/116316
Author:   sean at macports.org
Date:     2014-01-23 12:09:55 -0800 (Thu, 23 Jan 2014)
Log Message:
-----------
mpich_select: rename to mpi_select so all mpi ports can use it

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

Added Paths:
-----------
    trunk/dports/sysutils/mpi_select/
    trunk/dports/sysutils/mpi_select/Portfile
    trunk/dports/sysutils/mpi_select/files/
    trunk/dports/sysutils/mpi_select/files/base
    trunk/dports/sysutils/mpi_select/files/none

Removed Paths:
-------------
    trunk/dports/sysutils/mpich_select/

Modified: trunk/dports/science/mpich/Portfile
===================================================================
--- trunk/dports/science/mpich/Portfile	2014-01-23 20:09:47 UTC (rev 116315)
+++ trunk/dports/science/mpich/Portfile	2014-01-23 20:09:55 UTC (rev 116316)
@@ -131,9 +131,9 @@
     if {${cname} == "default"} {
         set cname                   mp
     }
-    depends_run                 port:mpich_select
+    depends_run                 port:mpi_select
     conflicts-append            mpich-devel-default
-    select.group                mpich
+    select.group                mpi
     select.file                 ${filespath}/mpich-${cname}
 
     if {${subport} != "${name}-default"} {
@@ -262,7 +262,7 @@
 | mpi\[cc|cxx|f77|f90\]-${cname}. To make ${subport} the default (i.e. the
 | version you get when you run 'mpicc/mpicxx'), please run:
 |
-| sudo port select --set mpich [file tail ${select.file}]
+| sudo port select --set mpi [file tail ${select.file}]
 +-------------------------
 
 "

Added: trunk/dports/sysutils/mpi_select/Portfile
===================================================================
--- trunk/dports/sysutils/mpi_select/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/mpi_select/Portfile	2014-01-23 20:09:55 UTC (rev 116316)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup select 1.0
+
+name                    mpi_select
+version                 0.0
+revision                1
+categories              sysutils
+platforms               darwin
+license                 BSD
+maintainers             eborisch
+supported_archs         noarch
+description             common files for selecting default mpi version
+long_description        This port installs files that allow 'port select' to \
+                        be used to create links to the preferred default \
+                        version of mpi.
+
+homepage                http://www.macports.org/
+
+distfiles
+
+use_configure           no
+build                   {}
+# install all files
+destroot {
+    select::install mpi ${filespath}/base
+    select::install mpi ${filespath}/none
+}
+
+livecheck.type     none
+

Added: trunk/dports/sysutils/mpi_select/files/base
===================================================================
--- trunk/dports/sysutils/mpi_select/files/base	                        (rev 0)
+++ trunk/dports/sysutils/mpi_select/files/base	2014-01-23 20:09:55 UTC (rev 116316)
@@ -0,0 +1,9 @@
+bin/mpicc
+bin/mpichversion
+bin/mpicxx
+bin/mpiexec
+bin/mpif77
+bin/mpif90
+bin/parkill
+lib/pkgconfig/mpich.pc
+lib/pkgconfig/openpa.pc

Added: trunk/dports/sysutils/mpi_select/files/none
===================================================================
--- trunk/dports/sysutils/mpi_select/files/none	                        (rev 0)
+++ trunk/dports/sysutils/mpi_select/files/none	2014-01-23 20:09:55 UTC (rev 116316)
@@ -0,0 +1,9 @@
+-
+-
+-
+-
+-
+-
+-
+-
+-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140123/3d671aab/attachment-0001.html>


More information about the macports-changes mailing list