Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
cccl


Commits:
0f82a159 by Jakub Klinkovský at 2026-06-04T17:57:31+02:00
upgpkg: 3.3.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,12 @@
 pkgbase = cccl
        pkgdesc = CUDA Core Compute Libraries
-       pkgver = 3.3.3
-       pkgrel = 3
+       pkgver = 3.3.4
+       pkgrel = 1
        url = https://github.com/NVIDIA/cccl
        arch = any
        license = Apache-2.0
        makedepends = cmake
-       source = 
cccl-3.3.3.tar.gz::https://github.com/NVIDIA/cccl/archive/refs/tags/v3.3.3.tar.gz
-       source = 
cccl-8842.patch::https://patch-diff.githubusercontent.com/raw/NVIDIA/cccl/pull/8842.patch
-       b2sums = 
449d66188620b53ee9b05f14bdeca3f0d03b8fcee4c149d2f20c5d98fa06b835f8799b1e40bfda4b565ac72c6a0d28495c625a861884f7c57dad9379c64a0080
-       b2sums = 
bd484a8700ec80343576a0238475ee19a71ac9b1dc3e41c072b315f437ebeb406d6b040bb02de56be1dcd5fb73041af45e29cfb7b88a970ee5309e26fa902294
+       source = 
cccl-3.3.4.tar.gz::https://github.com/NVIDIA/cccl/archive/refs/tags/v3.3.4.tar.gz
+       b2sums = 
f7c6c10e09d682eeca4a362c380a5a5da37b16d565f991a35c1554b7347ec98ec57f8a40eee1bbd2dbeae74b06dcabb13ab9405733c4641bdf0d57e53f49de41
 
 pkgname = cccl


=====================================
PKGBUILD
=====================================
@@ -1,24 +1,15 @@
 # Maintainer: Jakub Klinkovský <[email protected]>
 
 pkgname=cccl
-pkgver=3.3.3
-pkgrel=3
+pkgver=3.3.4
+pkgrel=1
 pkgdesc="CUDA Core Compute Libraries"
 arch=(any)
 url="https://github.com/NVIDIA/cccl";
 license=(Apache-2.0)
 makedepends=(cmake)
-source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz
-        
$pkgname-8842.patch::https://patch-diff.githubusercontent.com/raw/NVIDIA/cccl/pull/8842.patch)
-b2sums=('449d66188620b53ee9b05f14bdeca3f0d03b8fcee4c149d2f20c5d98fa06b835f8799b1e40bfda4b565ac72c6a0d28495c625a861884f7c57dad9379c64a0080'
-        
'bd484a8700ec80343576a0238475ee19a71ac9b1dc3e41c072b315f437ebeb406d6b040bb02de56be1dcd5fb73041af45e29cfb7b88a970ee5309e26fa902294')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # remove leading :: after struct in proclaims_copyable_arguments 
specializations
-  # https://github.com/NVIDIA/cccl/pull/8842
-  patch -p1 < ../$pkgname-8842.patch
-}
+source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
+b2sums=('f7c6c10e09d682eeca4a362c380a5a5da37b16d565f991a35c1554b7347ec98ec57f8a40eee1bbd2dbeae74b06dcabb13ab9405733c4641bdf0d57e53f49de41')
 
 build() {
   local cmake_options=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cccl/-/commit/0f82a159d332d780d6cd4a0fa8d7989be9783184

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cccl/-/commit/0f82a159d332d780d6cd4a0fa8d7989be9783184
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to