[108868] trunk/dports/lang/ispc/Portfile

takeshi at macports.org takeshi at macports.org
Sat Aug 3 18:12:54 PDT 2013


Revision: 108868
          https://trac.macports.org/changeset/108868
Author:   takeshi at macports.org
Date:     2013-08-03 18:12:54 -0700 (Sat, 03 Aug 2013)
Log Message:
-----------
ispc: updated for 1.4.4 using macports-clang-3.3, closing #39982

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

Modified: trunk/dports/lang/ispc/Portfile
===================================================================
--- trunk/dports/lang/ispc/Portfile	2013-08-04 00:43:53 UTC (rev 108867)
+++ trunk/dports/lang/ispc/Portfile	2013-08-04 01:12:54 UTC (rev 108868)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        ispc ispc 1.3.0 v
-revision            1
+github.setup        ispc ispc 1.4.4 v
 categories          lang parallel               
 platforms           darwin
 supported_archs     x86_64
@@ -16,10 +15,10 @@
     ${name} is a compiler for a variant of the C programming language, \
     with extensions for single program, multiple data programming. 
 homepage            http://${name}.github.com
-checksums           rmd160  a58b51e279a7c57b73373e26cc336225c7ac1671 \
-                    sha256  6a3595450f3d9e9d790930d76d331435ca13e1aa28bc25d765703086b4a961ad
+checksums           rmd160  cf19fed2fc6e7f9f949f95783f5a5856a2d69f8a \
+                    sha256  075a5b26a0f95d0c875b870fdde0f9706969a9294647109162096a3ab8edac59
 
-set llvm_version    3.1
+set llvm_version    3.3
 
 depends_build       port:bison \
                     port:flex \
@@ -30,7 +29,7 @@
 
 configure.compiler  macports-clang-${llvm_version}
 post-patch {
-    reinplace {s|gcc|$(CXX)|} ${worksrcpath}/Makefile
+    reinplace {s|clang++|${configure.cxx}|} ${worksrcpath}/Makefile
     foreach f {run_tests.py examples/common.mk \
                examples/aobench_instrumented/Makefile examples/simple/Makefile} {
         reinplace "s|g++|${configure.cxx}|" ${worksrcpath}/${f}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130803/c578cc69/attachment.html>


More information about the macports-changes mailing list