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

sean at macports.org sean at macports.org
Fri Jan 24 14:04:31 PST 2014


Revision: 116423
          https://trac.macports.org/changeset/116423
Author:   sean at macports.org
Date:     2014-01-24 14:04:31 -0800 (Fri, 24 Jan 2014)
Log Message:
-----------
openmpi: fix missing link for wrapper-data.txt

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

Modified: trunk/dports/science/openmpi/Portfile
===================================================================
--- trunk/dports/science/openmpi/Portfile	2014-01-24 22:02:47 UTC (rev 116422)
+++ trunk/dports/science/openmpi/Portfile	2014-01-24 22:04:31 UTC (rev 116423)
@@ -14,7 +14,7 @@
 
 name                openmpi
 version             1.7.3
-revision            1
+revision            2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          science parallel net
 platforms           darwin
@@ -154,6 +154,8 @@
         }
 
         foreach bin {mpiexec mpicc mpicxx mpif77 mpif90} {
+            system -W ${destroot}${prefix}/share/$name-$cname/openmpi \
+                "ln -sf $bin-wrapper-data.txt $bin-$name-$cname-wrapper-data.txt"
             system -W ${destroot}${prefix}/bin \
                 "ln -sf ${prefix}/libexec/$name-$cname/$bin $bin-$name-$cname"
         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140124/5ce43561/attachment.html>


More information about the macports-changes mailing list