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


Commits:
0a99626d by Jakub Klinkovský at 2026-02-14T12:05:00+01:00
upgpkg: 9.19.0.56-2: Replace deprecated gcc-libs dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,15 @@
 pkgbase = cudnn
        pkgdesc = NVIDIA CUDA Deep Neural Network library
        pkgver = 9.19.0.56
-       pkgrel = 1
+       pkgrel = 2
        url = https://developer.nvidia.com/cuDNN
        arch = x86_64
        arch = aarch64
        license = LicenseRef-NVIDIA-cuDNN
        depends = cuda>=13
        depends = glibc
-       depends = gcc-libs
+       depends = libgcc
+       depends = libstdc++
        depends = zlib
        depends = libz.so
        options = !strip


=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
 pkgname=cudnn
 pkgver=9.19.0.56
 _cudaver=13
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA CUDA Deep Neural Network library"
 arch=(x86_64 aarch64)
 url="https://developer.nvidia.com/cuDNN";
@@ -15,7 +15,8 @@ license=(LicenseRef-NVIDIA-cuDNN)
 depends=(
   "cuda>=${_cudaver}"
   glibc
-  gcc-libs
+  libgcc
+  libstdc++
   zlib libz.so
 )
 options=(!strip)



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cudnn/-/commit/0a99626d065f739008863458ab19071525f64beb
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to