Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
spirv-llvm-translator


Commits:
e9957a50 by Daniel Bermond at 2026-02-15T15:22:08-03:00
Disable tests due to failure with newer spirv-tools

- - - - -
4dcf6b65 by Daniel Bermond at 2026-02-15T15:26:02-03:00
upgpkg: 21.1.4-2: gcc-libs deprecation

https://archlinux.org/todo/gcc-libs-deprecation/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = spirv-llvm-translator
        pkgdesc = LLVM <-> SPIR-V converter for compilers targeting SPIR-V
        pkgver = 21.1.4
-       pkgrel = 1
+       pkgrel = 2
        url = https://www.khronos.org/spirv/
        arch = x86_64
        license = NCSA
@@ -12,8 +12,8 @@ pkgbase = spirv-llvm-translator
        makedepends = llvm
        makedepends = ninja
        makedepends = spirv-headers
-       depends = gcc-libs
        depends = glibc
+       depends = libstdc++
        depends = llvm-libs
        depends = spirv-tools
        source = 
git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator#tag=v21.1.4


=====================================
PKGBUILD
=====================================
@@ -4,14 +4,14 @@
 
 pkgname=spirv-llvm-translator
 pkgver=21.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="LLVM <-> SPIR-V converter for compilers targeting SPIR-V"
 url="https://www.khronos.org/spirv/";
 arch=(x86_64)
 license=(NCSA)
 depends=(
-  gcc-libs
   glibc
+  libstdc++
   llvm-libs
   spirv-tools
 )
@@ -60,10 +60,11 @@ build() {
   cmake --build build
 }
 
-check() {
-  # Does not use ctest-compatible targets
-  cmake --build build --target test
-}
+# https://github.com/KhronosGroup/SPIRV-LLVM-Translator/issues/3580
+#check() {
+#  # Does not use ctest-compatible targets
+#  cmake --build build --target test
+#}
 
 package() {
   DESTDIR="$pkgdir" cmake --install build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spirv-llvm-translator/-/compare/a9ede1bd37fb944bfa5d28fcca8ffb1d4c9259a7...4dcf6b6574906a03c6cc8a3b266ee7384669b803

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spirv-llvm-translator/-/compare/a9ede1bd37fb944bfa5d28fcca8ffb1d4c9259a7...4dcf6b6574906a03c6cc8a3b266ee7384669b803
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to