Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-cuda
Commits:
243f9cb6 by Jakub Klinkovský at 2026-02-20T18:54:16+01:00
upgpkg: 13.1.1-4: Replace deprecated gcc-libs dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-cuda
pkgdesc = Python interface for CUDA provided by NVIDIA
pkgver = 13.1.1
- pkgrel = 3
+ pkgrel = 4
url = https://nvidia.github.io/cuda-python
arch = x86_64
license = LicenseRef-NVIDIA
@@ -35,7 +35,8 @@ pkgname = python-cuda
pkgname = python-cuda-bindings
depends = cuda
- depends = gcc-libs
depends = glibc
+ depends = libgcc
+ depends = libstdc++
depends = python
depends = python-cuda-pathfinder
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgbase=python-cuda
# NOTE: python-cuda-pathfinder and python-cuda-core are packaged separately
pkgname=(python-cuda python-cuda-bindings)
pkgver=13.1.1
-pkgrel=3
+pkgrel=4
pkgdesc="Python interface for CUDA provided by NVIDIA"
arch=(x86_64)
url="https://nvidia.github.io/cuda-python"
@@ -67,8 +67,9 @@ check() {
package_python-cuda-bindings() {
depends=(
cuda
- gcc-libs
glibc
+ libgcc
+ libstdc++
python
python-cuda-pathfinder
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cuda/-/commit/243f9cb67499610b4c0e21c85c44839023e4640c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cuda/-/commit/243f9cb67499610b4c0e21c85c44839023e4640c
You're receiving this email because of your account on gitlab.archlinux.org.