Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / cudnn
Commits: 414d18b5 by Sven-Hendrik Haase at 2024-06-28T02:27:30+02:00 upgpkg: 9.2.0.82-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = cudnn pkgdesc = NVIDIA CUDA Deep Neural Network library - pkgver = 9.1.1.17 + pkgver = 9.2.0.82 pkgrel = 1 url = https://developer.nvidia.com/cuDNN arch = x86_64 @@ -8,9 +8,9 @@ pkgbase = cudnn depends = cuda>=12 options = !strip options = staticlibs - source = https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.1.1.17_cuda12-archive.tar.xz + source = https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.2.0.82_cuda12-archive.tar.xz source = NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf - b2sums = be3563d65d2c9a84fea3796d395be497db9977601075eb3160369930d8543dd58de80545a8b4f29abe9a4616689e8d136f1e97f75056252ce65347a3fe306a9b + b2sums = 8856af087380dc960a9429897b13954357d26cae948c619732ef914c313f6f0f7e45e46b547f3bd861f075696c2c0f9f23c6a52e2c9f577266bf351b5f9a86ef b2sums = 222e3d3640808a130dfc339fa8e48ea396f784af77d09d90fae1e5550de8272e643d9a765d832b3d950234a3f7a8706a12191d49717f732cff190e5fd920ed52 pkgname = cudnn ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Yunhui Fu <yhf...@gmail.com> pkgname=cudnn -pkgver=9.1.1.17 +pkgver=9.2.0.82 _cudaver=12 pkgrel=1 pkgdesc="NVIDIA CUDA Deep Neural Network library" @@ -21,7 +21,7 @@ options=(!strip staticlibs) # 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" "NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf") -b2sums=('be3563d65d2c9a84fea3796d395be497db9977601075eb3160369930d8543dd58de80545a8b4f29abe9a4616689e8d136f1e97f75056252ce65347a3fe306a9b' +b2sums=('8856af087380dc960a9429897b13954357d26cae948c619732ef914c313f6f0f7e45e46b547f3bd861f075696c2c0f9f23c6a52e2c9f577266bf351b5f9a86ef' '222e3d3640808a130dfc339fa8e48ea396f784af77d09d90fae1e5550de8272e643d9a765d832b3d950234a3f7a8706a12191d49717f732cff190e5fd920ed52') package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cudnn/-/commit/414d18b52625185e9c3fd12835d56585f57b4de4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cudnn/-/commit/414d18b52625185e9c3fd12835d56585f57b4de4 You're receiving this email because of your account on gitlab.archlinux.org.