pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/opencl-headers



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr 16 12:33:52 UTC 2026

Modified Files:
        pkgsrc/parallel/opencl-headers: Makefile distinfo

Log Message:
opencl-headers: updated to 2025.07.22

2025.07.22

Synchronize with OpenCL v3.0.19 specification release.

This release includes several changes that may affect backward compatibility:

Introduction of the CL_ENABLE_BETA_EXTENSIONS to guard beta features or extensions that can be modified with backward incompatible changes. Previously unguarded extensions are now guarded.
Introduction of anonymous unions in the struct _cl_icd_dispatch structure. This may cause warnings or errors during static initialization.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/parallel/opencl-headers/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/parallel/opencl-headers/distinfo

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-headers/Makefile
diff -u pkgsrc/parallel/opencl-headers/Makefile:1.5 pkgsrc/parallel/opencl-headers/Makefile:1.6
--- pkgsrc/parallel/opencl-headers/Makefile:1.5 Wed Aug 20 11:35:09 2025
+++ pkgsrc/parallel/opencl-headers/Makefile     Thu Apr 16 12:33:52 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2025/08/20 11:35:09 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2026/04/16 12:33:52 adam Exp $
 
-DISTNAME=      opencl-headers-2024.10.24
+DISTNAME=      opencl-headers-2025.07.22
 CATEGORIES=    parallel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=KhronosGroup/}
 GITHUB_PROJECT=        OpenCL-Headers

Index: pkgsrc/parallel/opencl-headers/distinfo
diff -u pkgsrc/parallel/opencl-headers/distinfo:1.6 pkgsrc/parallel/opencl-headers/distinfo:1.7
--- pkgsrc/parallel/opencl-headers/distinfo:1.6 Wed May  7 08:03:45 2025
+++ pkgsrc/parallel/opencl-headers/distinfo     Thu Apr 16 12:33:52 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2025/05/07 08:03:45 adam Exp $
+$NetBSD: distinfo,v 1.7 2026/04/16 12:33:52 adam Exp $
 
-BLAKE2s (opencl-headers-2024.10.24.tar.gz) = f1f177a274c946ec0de5768ee1a4a61674915467e0a4d85658381936003c6fa8
-SHA512 (opencl-headers-2024.10.24.tar.gz) = 9d2ed2a8346bc3f967989091d8cc36148ffe5ff13fe30e12354cc8321c09328bbe23e74817526b99002729c884438a3b1834e175a271f6d36e8341fd86fc1ad5
-Size (opencl-headers-2024.10.24.tar.gz) = 85151 bytes
+BLAKE2s (opencl-headers-2025.07.22.tar.gz) = d4d5953eeee56934ad7137358176bc824e7456b3e09768cfb2bab68eea940e3c
+SHA512 (opencl-headers-2025.07.22.tar.gz) = e8a338e501783d778ced2e5d0cf5ed735a2372ba9bbd809cc6a1f2d6c7c0d16ded731272fbb5ffe4fd7ce37aa5d739d898869843149f861937aa35890b23c69a
+Size (opencl-headers-2025.07.22.tar.gz) = 86771 bytes
 SHA1 (patch-CMakeLists.txt) = 49afeed82a1dc7c72ec5714d8e799980f33fb8f8



Home | Main Index | Thread Index | Old Index