Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
cudnn
Commits:
c5622d05 by Jakub Klinkovský at 2025-12-09T20:14:20+01:00
upgpkg: 9.17.0.29-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cudnn
pkgdesc = NVIDIA CUDA Deep Neural Network library
- pkgver = 9.16.0.29
+ pkgver = 9.17.0.29
pkgrel = 1
url = https://developer.nvidia.com/cuDNN
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = cudnn
depends = zlib
depends = libz.so
options = !strip
- source =
https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.16.0.29_cuda13-archive.tar.xz
- b2sums =
34681031afa7c9ed325fbfe41f2c3998e8e389324783144ec5072457a71b1bba7543b4bc75daf1910c71dd199094eadb3eb64f1745b5d0e9b874dbdce990eca8
+ source =
https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.17.0.29_cuda13-archive.tar.xz
+ b2sums =
64c438dcc9652285cd15b71492d36256dc8b83511f416162034b1d07d774850d3aba5360724f2d87644fba389731f9213ec3b3d1c48dc25d99da9fe33dad91a5
pkgname = cudnn
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Yunhui Fu <[email protected]>
pkgname=cudnn
-pkgver=9.16.0.29
+pkgver=9.17.0.29
_cudaver=13
pkgrel=1
pkgdesc="NVIDIA CUDA Deep Neural Network library"
@@ -26,7 +26,7 @@ options=(!strip)
# or
https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/
# or
https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/
source=("https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-${pkgver}_cuda${_cudaver}-archive.tar.xz")
-b2sums=('34681031afa7c9ed325fbfe41f2c3998e8e389324783144ec5072457a71b1bba7543b4bc75daf1910c71dd199094eadb3eb64f1745b5d0e9b874dbdce990eca8')
+b2sums=('64c438dcc9652285cd15b71492d36256dc8b83511f416162034b1d07d774850d3aba5360724f2d87644fba389731f9213ec3b3d1c48dc25d99da9fe33dad91a5')
package() {
cd cudnn-linux-x86_64-${pkgver}_cuda${_cudaver}-archive
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cudnn/-/commit/c5622d055aa21c9dcc3cd66f765bc90ca0b08ce0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cudnn/-/commit/c5622d055aa21c9dcc3cd66f765bc90ca0b08ce0
You're receiving this email because of your account on gitlab.archlinux.org.