Revision: 139736 https://trac.macports.org/changeset/139736 Author: takeshi@macports.org Date: 2015-08-25 15:27:57 -0700 (Tue, 25 Aug 2015) Log Message: ----------- ispc: update to 1.8.2 Modified Paths: -------------- trunk/dports/lang/ispc/Portfile trunk/dports/lang/ispc/files/patch-Makefile.diff Modified: trunk/dports/lang/ispc/Portfile =================================================================== --- trunk/dports/lang/ispc/Portfile 2015-08-25 21:27:49 UTC (rev 139735) +++ trunk/dports/lang/ispc/Portfile 2015-08-25 22:27:57 UTC (rev 139736) @@ -4,8 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup ispc ispc 1.8.0 v -revision 1 +github.setup ispc ispc 1.8.2 v categories lang parallel platforms darwin supported_archs x86_64 @@ -16,14 +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 6b135ccd8d28b85f61b9011eec1d7de95c644b29 \ - sha256 1b65b1c42f337c9533b5cb68279dcf58b22e02f4bb9307d2029943a08a912a17 +checksums rmd160 eedf3c7092f421b7c447ea93e101fdc5f96df417 \ + sha256 5484437b1349df9141b0b45ec533264b7dd184ec3a808a5cca3e392eedff9e5a -if {${os.major} < 13} { - set llvm_version 3.4 -} else { - set llvm_version 3.5 -} +set llvm_version 3.6 depends_build port:bison \ port:flex \ Modified: trunk/dports/lang/ispc/files/patch-Makefile.diff =================================================================== --- trunk/dports/lang/ispc/files/patch-Makefile.diff 2015-08-25 21:27:49 UTC (rev 139735) +++ trunk/dports/lang/ispc/files/patch-Makefile.diff 2015-08-25 22:27:57 UTC (rev 139736) @@ -1,5 +1,5 @@ ---- Makefile.orig 2014-10-17 06:24:36.000000000 +0900 -+++ Makefile 2014-11-14 10:40:22.000000000 +0900 +--- Makefile.orig 2015-05-30 03:35:03.000000000 +0900 ++++ Makefile 2015-08-25 22:00:40.000000000 +0900 @@ -57,6 +57,8 @@ ============================================================================== endef @@ -9,7 +9,7 @@ # If you have your own special version of llvm and/or clang, change # these variables to match. LLVM_CONFIG=$(shell which llvm-config) -@@ -308,45 +310,45 @@ +@@ -315,45 +317,45 @@ objs/builtins-dispatch.cpp: builtins/dispatch.ll builtins/util.m4 builtins/util-nvptx.m4 builtins/svml.m4 $(wildcard builtins/*common.ll) @echo Creating C++ source from builtins definition file $<
participants (1)
-
takeshi@macports.org