[125688] trunk/dports/science/openmpi/Portfile

sean at macports.org sean at macports.org
Tue Sep 23 22:52:09 PDT 2014


Revision: 125688
          https://trac.macports.org/changeset/125688
Author:   sean at macports.org
Date:     2014-09-23 22:52:09 -0700 (Tue, 23 Sep 2014)
Log Message:
-----------
openmpi: remove ascii art; closes #45012

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

Modified: trunk/dports/science/openmpi/Portfile
===================================================================
--- trunk/dports/science/openmpi/Portfile	2014-09-24 05:52:06 UTC (rev 125687)
+++ trunk/dports/science/openmpi/Portfile	2014-09-24 05:52:09 UTC (rev 125688)
@@ -280,25 +280,21 @@
 
     if {[string first "-devel" $subport] > 0} {
         set devnotes "
-|
-| To see the -devel MAN pages, add:
-|   ${prefix}/share/doc/${name}-${cname}/man
-| to the start of your MANPATH environment variable."
+
+To see the -devel MAN pages, add:
+  ${prefix}/share/doc/${name}-${cname}/man
+to the start of your MANPATH environment variable."
     }
 
 notes "
+The mpicc wrapper (and friends) are installed as:
 
-+--- OpenMPI Usage note ----
-| The mpicc wrapper (and friends) are installed as:
-|
-|   ${prefix}/bin/mpicc-${name}-${cname} (likewise mpicxx, ...)
-|
-| To make ${subport}'s wrappers the default (what you get when
-| you execute 'mpicc' etc.) please run:
-|
-|   sudo port select --set mpi [file tail ${select.file}]${devnotes}
-+-------------------------
+  ${prefix}/bin/mpicc-${name}-${cname} (likewise mpicxx, ...)
 
+To make ${subport}'s wrappers the default (what you get when
+you execute 'mpicc' etc.) please run:
+
+  sudo port select --set mpi [file tail ${select.file}]${devnotes}
 "
 
     variant threads description {enable threads for MPI applications} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140923/f820619f/attachment.html>


More information about the macports-changes mailing list