pkgsrc-WIP-changes archive

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

libclc: catch up with lang/llvm update



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Fri Mar 27 17:23:44 2026 +0100
Changeset:	349646d3650393a990912c194a0543c1269fc888

Modified Files:
	libclc/Makefile
	libclc/PLIST
	libclc/distinfo

Log Message:
libclc: catch up with lang/llvm update

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=349646d3650393a990912c194a0543c1269fc888

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

diffstat:
 libclc/Makefile |  3 +++
 libclc/PLIST    | 14 ++------------
 libclc/distinfo | 12 +++---------
 3 files changed, 8 insertions(+), 21 deletions(-)

diffs:
diff --git a/libclc/Makefile b/libclc/Makefile
index 9760c5773d..82613966a6 100644
--- a/libclc/Makefile
+++ b/libclc/Makefile
@@ -1,6 +1,9 @@
 # $NetBSD: $
 
 .include "../../lang/llvm/version.mk"
+# undo version.mk assumptions:
+EXTRACT_ELEMENTS=	# default
+WRKSRC=		${WRKDIR}/${DISTNAME}
 
 DISTNAME=	libclc-${LLVM_VERSION}.src
 PKGNAME=	${DISTNAME:S/.src//}
diff --git a/libclc/PLIST b/libclc/PLIST
index d6389fc727..4cdcbe2d88 100644
--- a/libclc/PLIST
+++ b/libclc/PLIST
@@ -56,9 +56,7 @@ include/clc/cl_khr_local_int32_extended_atomics/atom_min.h
 include/clc/cl_khr_local_int32_extended_atomics/atom_or.h
 include/clc/cl_khr_local_int32_extended_atomics/atom_xor.h
 include/clc/clc.h
-include/clc/clcfunc.h
 include/clc/clcmacros.h
-include/clc/clctypes.h
 include/clc/common/degrees.h
 include/clc/common/degrees.inc
 include/clc/common/mix.h
@@ -84,7 +82,6 @@ include/clc/geometric/fast_length.h
 include/clc/geometric/fast_length.inc
 include/clc/geometric/fast_normalize.h
 include/clc/geometric/fast_normalize.inc
-include/clc/geometric/floatn.inc
 include/clc/geometric/length.h
 include/clc/geometric/length.inc
 include/clc/geometric/normalize.h
@@ -100,7 +97,6 @@ include/clc/integer/add_sat.inc
 include/clc/integer/clz.h
 include/clc/integer/clz.inc
 include/clc/integer/definitions.h
-include/clc/integer/gentype.inc
 include/clc/integer/hadd.h
 include/clc/integer/hadd.inc
 include/clc/integer/integer-gentype.inc
@@ -133,7 +129,6 @@ include/clc/math/atan2.h
 include/clc/math/atan2pi.h
 include/clc/math/atanh.h
 include/clc/math/atanpi.h
-include/clc/math/binary_decl.inc
 include/clc/math/binary_decl_tt.inc
 include/clc/math/cbrt.h
 include/clc/math/ceil.h
@@ -158,7 +153,6 @@ include/clc/math/fract.h
 include/clc/math/fract.inc
 include/clc/math/frexp.h
 include/clc/math/frexp.inc
-include/clc/math/gentype.inc
 include/clc/math/half_cos.h
 include/clc/math/half_divide.h
 include/clc/math/half_exp.h
@@ -229,18 +223,14 @@ include/clc/math/sqrt.h
 include/clc/math/tan.h
 include/clc/math/tanh.h
 include/clc/math/tanpi.h
-include/clc/math/ternary_decl.inc
 include/clc/math/tgamma.h
 include/clc/math/trunc.h
-include/clc/math/unary_decl.inc
 include/clc/misc/shuffle.h
 include/clc/misc/shuffle2.h
 include/clc/relational/all.h
 include/clc/relational/any.h
-include/clc/relational/binary_decl.inc
 include/clc/relational/bitselect.h
 include/clc/relational/bitselect.inc
-include/clc/relational/floatn.inc
 include/clc/relational/isequal.h
 include/clc/relational/isfinite.h
 include/clc/relational/isgreater.h
@@ -255,9 +245,7 @@ include/clc/relational/isnotequal.h
 include/clc/relational/isordered.h
 include/clc/relational/isunordered.h
 include/clc/relational/select.h
-include/clc/relational/select.inc
 include/clc/relational/signbit.h
-include/clc/relational/unary_decl.inc
 include/clc/shared/clamp.h
 include/clc/shared/clamp.inc
 include/clc/shared/max.h
@@ -327,6 +315,8 @@ share/clc/gfx1151-amdgcn--.bc
 share/clc/gfx1151-amdgcn-mesa-mesa3d.bc
 share/clc/gfx1152-amdgcn--.bc
 share/clc/gfx1152-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1153-amdgcn--.bc
+share/clc/gfx1153-amdgcn-mesa-mesa3d.bc
 share/clc/gfx1200-amdgcn--.bc
 share/clc/gfx1200-amdgcn-mesa-mesa3d.bc
 share/clc/gfx1201-amdgcn--.bc
diff --git a/libclc/distinfo b/libclc/distinfo
index ae73d8e384..3a4fa4a9bf 100644
--- a/libclc/distinfo
+++ b/libclc/distinfo
@@ -1,11 +1,5 @@
 $NetBSD: distinfo,v 1.24 2024/07/06 15:45:08 adam Exp $
 
-BLAKE2s (cmake-19.1.7.src.tar.xz) = 420fe22b00305abc7924fd6cb58bc1ba1c17c6e79a6b51ffb406163db7f1805c
-SHA512 (cmake-19.1.7.src.tar.xz) = 3ff56e1a61dbace35d8c168ad5c94c5a09d92eb683494bfe1deabcb3640cf79b7422d44903d049d2298d54c2874f9a60c4f13f6795a3949e7eaefd5d42e62621
-Size (cmake-19.1.7.src.tar.xz) = 9300 bytes
-BLAKE2s (libclc-19.1.7.src.tar.xz) = 1161ef2dc8280caef0be1351dd385696f551548bb9ab701ed805c78483b6f667
-SHA512 (libclc-19.1.7.src.tar.xz) = 6657d38ee32b1ef844f3663e575dd3c930813ab5b6bc58bfdc144e841e3bb4196bb7a42ba5ac53422499347f9a967305871321e14ec8205648ad60dfb40c29c6
-Size (libclc-19.1.7.src.tar.xz) = 128984 bytes
-BLAKE2s (runtimes-19.1.7.src.tar.xz) = 196d02c1a9acc62eb19e300df6e2213312b3522a518322dd7eab47559e0884e0
-SHA512 (runtimes-19.1.7.src.tar.xz) = 6b87dafe809b49560c72b9872f4e2795de70c66000af2272ad46fc044e5c88a3415aaa444f80d37946da14127cd4645b2a7420e3e184641215f415b709d801d8
-Size (runtimes-19.1.7.src.tar.xz) = 7224 bytes
+BLAKE2s (libclc-20.1.8.src.tar.xz) = 207823329345d309558d1f43cba465492acf078f67c66ab32d5888662f428c9c
+SHA512 (libclc-20.1.8.src.tar.xz) = 0a98a8c1b9b87ba4ee9d1d23dfde108ff9ba57c3cc0cad14ca2feed5ea46d73596cb675d2adfd93faea854dcbae2f0626436355e2a40bc7ea10a96309b10650e
+Size (libclc-20.1.8.src.tar.xz) = 136336 bytes


Home | Main Index | Thread Index | Old Index