[123924] trunk/dports/lang/chapel/Portfile

takeshi at macports.org takeshi at macports.org
Fri Aug 15 20:40:33 PDT 2014


Revision: 123924
          https://trac.macports.org/changeset/123924
Author:   takeshi at macports.org
Date:     2014-08-15 20:40:33 -0700 (Fri, 15 Aug 2014)
Log Message:
-----------
chapel: install missing hwloc/Makefile.include

Modified Paths:
--------------
    trunk/dports/lang/chapel/Portfile

Modified: trunk/dports/lang/chapel/Portfile
===================================================================
--- trunk/dports/lang/chapel/Portfile	2014-08-16 03:40:04 UTC (rev 123923)
+++ trunk/dports/lang/chapel/Portfile	2014-08-16 03:40:33 UTC (rev 123924)
@@ -5,6 +5,7 @@
 
 name                chapel
 version             1.9.0 
+revision            1
 categories          lang parallel science
 platforms           darwin
 supported_archs     i386 x86_64
@@ -45,7 +46,7 @@
         file copy ${worksrcpath}/${d} ${destroot}${prefix}/lib/${name}
     }
     xinstall -d ${destroot}${prefix}/lib/${name}/third-party
-    foreach d "creoleparser dlmalloc gasnet gmp massivethreads qthread re2 tcmalloc" {
+    foreach d "creoleparser dlmalloc gasnet gmp hwloc massivethreads qthread re2 tcmalloc" {
         xinstall -d ${destroot}${prefix}/lib/${name}/third-party/$d
         xinstall -m 644 ${worksrcpath}/third-party/${d}/Makefile.include \
             ${destroot}${prefix}/lib/${name}/third-party/$d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140815/cb2079d9/attachment.html>


More information about the macports-changes mailing list