Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-cccl
Commits:
f4d303bf by Jakub Klinkovský at 2026-02-20T18:57:43+01:00
upgpkg: 0.5.1-2: Replace deprecated gcc-libs dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-cccl
pkgdesc = CUDA Core Compute Libraries for Python
pkgver = 0.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/NVIDIA/cccl
arch = x86_64
license = Apache-2.0 WITH LLVM-exception
@@ -12,8 +12,9 @@ pkgbase = python-cccl
makedepends = python-scikit-build-core
makedepends = python-setuptools-scm
makedepends = python-wheel
- depends = gcc-libs
depends = glibc
+ depends = libgcc
+ depends = libstdc++
depends = python
depends = python-cuda-bindings
depends = python-cuda-core
=====================================
PKGBUILD
=====================================
@@ -3,14 +3,15 @@
_name=cccl
pkgname=python-$_name
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="CUDA Core Compute Libraries for Python"
arch=(x86_64)
url="https://github.com/NVIDIA/cccl"
license=("Apache-2.0 WITH LLVM-exception")
depends=(
- gcc-libs
glibc
+ libgcc
+ libstdc++
python
python-cuda-bindings
python-cuda-core
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cccl/-/commit/f4d303bf75a0554d5e664688c7234c5fd1692800
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cccl/-/commit/f4d303bf75a0554d5e664688c7234c5fd1692800
You're receiving this email because of your account on gitlab.archlinux.org.