pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/parallel/opencl-clang



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug 15 20:45:21 UTC 2022

Modified Files:
        pkgsrc/parallel/opencl-clang: Makefile PLIST distinfo
Removed Files:
        pkgsrc/parallel/opencl-clang/patches: patch-CMakeLists.txt

Log Message:
opencl-clang: update to 14.0.0 to fix the build

Changes unknown + untested.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/parallel/opencl-clang/Makefile \
    pkgsrc/parallel/opencl-clang/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/parallel/opencl-clang/PLIST
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/parallel/opencl-clang/patches/patch-CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/parallel/opencl-clang/Makefile
diff -u pkgsrc/parallel/opencl-clang/Makefile:1.6 pkgsrc/parallel/opencl-clang/Makefile:1.7
--- pkgsrc/parallel/opencl-clang/Makefile:1.6   Mon Apr 18 19:10:04 2022
+++ pkgsrc/parallel/opencl-clang/Makefile       Mon Aug 15 20:45:21 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/04/18 19:10:04 adam Exp $
+# $NetBSD: Makefile,v 1.7 2022/08/15 20:45:21 tnn Exp $
 
-DISTNAME=      opencl-clang-13.0.0
-PKGREVISION=   2
+DISTNAME=      opencl-clang-14.0.0
 CATEGORIES=    parallel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=intel/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -15,7 +14,7 @@ USE_CMAKE=    yes
 USE_LANGUAGES= c c++
 
 # C++14
-GCC_REQD+=     5
+GCC_REQD+=     7 # sync with llvm/clang
 
 .include "../../parallel/spirv-llvm-translator/buildlink3.mk"
 .include "../../lang/clang/buildlink3.mk"
Index: pkgsrc/parallel/opencl-clang/distinfo
diff -u pkgsrc/parallel/opencl-clang/distinfo:1.6 pkgsrc/parallel/opencl-clang/distinfo:1.7
--- pkgsrc/parallel/opencl-clang/distinfo:1.6   Tue Nov 23 20:55:44 2021
+++ pkgsrc/parallel/opencl-clang/distinfo       Mon Aug 15 20:45:21 2022
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/11/23 20:55:44 wiz Exp $
+$NetBSD: distinfo,v 1.7 2022/08/15 20:45:21 tnn Exp $
 
-BLAKE2s (opencl-clang-13.0.0.tar.gz) = 1d025d228a84678a26a030f1ff3854698fb62b1eb8c7b191f05a0a279dff4ee3
-SHA512 (opencl-clang-13.0.0.tar.gz) = d346e51339060795d80bdf9d3e3b58e55b089d94ed3c0bc3c7e1e8f81a5f65238d90dacc95ec27e8db7d38a6a03b05df5c4120e9ba0ec72a7bbca28a59d697f7
-Size (opencl-clang-13.0.0.tar.gz) = 25299 bytes
-SHA1 (patch-CMakeLists.txt) = 41c76ef942211aa4013df47339471ce38aae4d3b
+BLAKE2s (opencl-clang-14.0.0.tar.gz) = 8288929d7e9ea2acbfc7bb59c3a1c3affb604546acd3c9aae2b1de5b2d8f7a36
+SHA512 (opencl-clang-14.0.0.tar.gz) = ab9a3fd40542283bdd2646d9ef8d3217420c82a41b183d705e48f48949505ecadc1fa435e23a7ceadf5a335200f5f3752b42715e2ac7f63173fc09637c5c609a
+Size (opencl-clang-14.0.0.tar.gz) = 26109 bytes

Index: pkgsrc/parallel/opencl-clang/PLIST
diff -u pkgsrc/parallel/opencl-clang/PLIST:1.3 pkgsrc/parallel/opencl-clang/PLIST:1.4
--- pkgsrc/parallel/opencl-clang/PLIST:1.3      Tue Nov 23 20:55:44 2021
+++ pkgsrc/parallel/opencl-clang/PLIST  Mon Aug 15 20:45:21 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2021/11/23 20:55:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/08/15 20:45:21 tnn Exp $
 include/cclang/common_clang.h
 lib/libopencl-clang.so
-lib/libopencl-clang.so.13
+lib/libopencl-clang.so.14



Home | Main Index | Thread Index | Old Index