pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/spirv-llvm-translator



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar 25 23:01:03 UTC 2026

Modified Files:
        pkgsrc/parallel/spirv-llvm-translator: Makefile PLIST distinfo
        pkgsrc/parallel/spirv-llvm-translator/patches: patch-CMakeLists.txt

Log Message:
spirv-llvm-translator: update to 20.1.10.

Fixes build with llvm 20.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/parallel/spirv-llvm-translator/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/parallel/spirv-llvm-translator/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/parallel/spirv-llvm-translator/distinfo
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/parallel/spirv-llvm-translator/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/spirv-llvm-translator/Makefile
diff -u pkgsrc/parallel/spirv-llvm-translator/Makefile:1.15 pkgsrc/parallel/spirv-llvm-translator/Makefile:1.16
--- pkgsrc/parallel/spirv-llvm-translator/Makefile:1.15 Sat Oct  4 12:15:18 2025
+++ pkgsrc/parallel/spirv-llvm-translator/Makefile      Wed Mar 25 23:01:03 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2025/10/04 12:15:18 tnn Exp $
+# $NetBSD: Makefile,v 1.16 2026/03/25 23:01:03 wiz Exp $
 
 # Note that parallel/spirv-headers must be kept in sync with what this
 # package expects.
-DISTNAME=      SPIRV-LLVM-Translator-19.1.12
+DISTNAME=      SPIRV-LLVM-Translator-20.1.10
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    parallel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=KhronosGroup/}

Index: pkgsrc/parallel/spirv-llvm-translator/PLIST
diff -u pkgsrc/parallel/spirv-llvm-translator/PLIST:1.10 pkgsrc/parallel/spirv-llvm-translator/PLIST:1.11
--- pkgsrc/parallel/spirv-llvm-translator/PLIST:1.10    Fri May  9 05:59:15 2025
+++ pkgsrc/parallel/spirv-llvm-translator/PLIST Wed Mar 25 23:01:03 2026
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.10 2025/05/09 05:59:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2026/03/25 23:01:03 wiz Exp $
 bin/llvm-spirv
 include/LLVMSPIRVLib/LLVMSPIRVExtensions.inc
 include/LLVMSPIRVLib/LLVMSPIRVLib.h
 include/LLVMSPIRVLib/LLVMSPIRVOpts.h
 lib/libLLVMSPIRVLib.so
-lib/libLLVMSPIRVLib.so.19.1
+lib/libLLVMSPIRVLib.so.20.1
 lib/pkgconfig/LLVMSPIRVLib.pc

Index: pkgsrc/parallel/spirv-llvm-translator/distinfo
diff -u pkgsrc/parallel/spirv-llvm-translator/distinfo:1.13 pkgsrc/parallel/spirv-llvm-translator/distinfo:1.14
--- pkgsrc/parallel/spirv-llvm-translator/distinfo:1.13 Sat Oct  4 12:15:18 2025
+++ pkgsrc/parallel/spirv-llvm-translator/distinfo      Wed Mar 25 23:01:03 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2025/10/04 12:15:18 tnn Exp $
+$NetBSD: distinfo,v 1.14 2026/03/25 23:01:03 wiz Exp $
 
-BLAKE2s (SPIRV-LLVM-Translator-19.1.12.tar.gz) = cf66d90061aa510ac0e37838057a3bc89b1d74bc52d270bf571a25427158659e
-SHA512 (SPIRV-LLVM-Translator-19.1.12.tar.gz) = 4e4c2ab9591a9de637761e9158661e59ec8f1a8e9819ace05a04756b3251bdeb3903abf8ee7c1f448bfebeb8ba7210bbfa62f8bee72478c7e911daf0063bd573
-Size (SPIRV-LLVM-Translator-19.1.12.tar.gz) = 1797613 bytes
-SHA1 (patch-CMakeLists.txt) = bd703c20c73313917129d9fdb0f8fa461a65e95f
+BLAKE2s (SPIRV-LLVM-Translator-20.1.10.tar.gz) = 781733c30c08005a441393a8faf1668a8b16f43840ca0d0efa6d4d92a1ec9cb3
+SHA512 (SPIRV-LLVM-Translator-20.1.10.tar.gz) = 2a6f3b202aad1e522ad449fccbeafd8f39559fbf828c0c71e39099ae7d8144f249df48d47dc80ad4b0f0c33fe50ec4ab1508f6886485864c36c11b0565f0a0b3
+Size (SPIRV-LLVM-Translator-20.1.10.tar.gz) = 1840431 bytes
+SHA1 (patch-CMakeLists.txt) = 5f2247f78e912b6c8e8fb60704964c36bfe474c2

Index: pkgsrc/parallel/spirv-llvm-translator/patches/patch-CMakeLists.txt
diff -u pkgsrc/parallel/spirv-llvm-translator/patches/patch-CMakeLists.txt:1.3 pkgsrc/parallel/spirv-llvm-translator/patches/patch-CMakeLists.txt:1.4
--- pkgsrc/parallel/spirv-llvm-translator/patches/patch-CMakeLists.txt:1.3      Fri Nov 29 16:26:06 2024
+++ pkgsrc/parallel/spirv-llvm-translator/patches/patch-CMakeLists.txt  Wed Mar 25 23:01:03 2026
@@ -1,12 +1,12 @@
-$NetBSD: patch-CMakeLists.txt,v 1.3 2024/11/29 16:26:06 triaxx Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.4 2026/03/25 23:01:03 wiz Exp $
 
 We don't want the package finding ccache because pkgsrc handles
 ccache on its own.
 
---- CMakeLists.txt.orig        2021-10-15 21:15:19.000000000 +0000
+--- CMakeLists.txt.orig        2026-01-29 12:48:17.000000000 +0000
 +++ CMakeLists.txt
-@@ -102,7 +102,6 @@ if(LLVM_SPIRV_BUILD_EXTERNAL)
-   message(STATUS "Found LLVM: ${LLVM_VERSION}")
+@@ -110,7 +110,6 @@ if(LLVM_SPIRV_BUILD_EXTERNAL)
+   endif()
  
    option(CCACHE_ALLOWED "allow use of ccache" TRUE)
 -  find_program(CCACHE_EXE_FOUND ccache)



Home | Main Index | Thread Index | Old Index