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

sean at macports.org sean at macports.org
Thu Jan 23 12:11:41 PST 2014


Revision: 116335
          https://trac.macports.org/changeset/116335
Author:   sean at macports.org
Date:     2014-01-23 12:11:41 -0800 (Thu, 23 Jan 2014)
Log Message:
-----------
openmpi: unify wrapper names as mpi{cc,cxx,fc,f77,f90}

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

Modified: trunk/dports/science/openmpi/Portfile
===================================================================
--- trunk/dports/science/openmpi/Portfile	2014-01-23 20:11:36 UTC (rev 116334)
+++ trunk/dports/science/openmpi/Portfile	2014-01-23 20:11:41 UTC (rev 116335)
@@ -60,11 +60,11 @@
 post-destroot {
     foreach bin {mpirun mpiexec} {
         system -W ${destroot}${prefix}/bin \
-            "ln -sf ${prefix}/lib/${name}/bin/orterun open${bin}"
+            "ln -sf ${prefix}/lib/${name}/bin/orterun ${bin}"
     }
     foreach bin ${wrappers} {
         system -W ${destroot}${prefix}/bin \
-            "ln -sf ${prefix}/lib/${name}/bin/opal_wrapper open${bin}"
+            "ln -sf ${prefix}/lib/${name}/bin/opal_wrapper ${bin}"
         system -W ${destroot}${prefix}/share/${name} \
             "ln -sf ${prefix}/share/${name}/${bin}-wrapper-data.txt \
             open${bin}-wrapper-data.txt"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140123/5860d8f9/attachment.html>


More information about the macports-changes mailing list