Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
cudnn-frontend
Commits:
971a47ac by Jakub Klinkovský at 2026-06-14T20:41:31+02:00
upgpkg: 1.25.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cudnn-frontend
pkgdesc = Modern, open-source entry point to the cuDNN library
- pkgver = 1.24.1
+ pkgver = 1.25.0
pkgrel = 1
url = https://docs.nvidia.com/deeplearning/cudnn/latest/
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = cudnn-frontend
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
- source =
cudnn-frontend-1.24.1.tar.gz::https://github.com/NVIDIA/cudnn-frontend/archive/refs/tags/v1.24.1.tar.gz
- sha256sums =
ebf7e2b694215ed45d1cb63d30fa534f95e74602f1e3fc100c8ecc34b891f7f8
+ source =
cudnn-frontend-1.25.0.tar.gz::https://github.com/NVIDIA/cudnn-frontend/archive/refs/tags/v1.25.0.tar.gz
+ sha256sums =
22a1f2cdb790314785fac7b0fc0c5d619185c13296022617bec7858ef3702a50
pkgname = cudnn-frontend
depends = glibc
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Torsten Keßler <[email protected]>
pkgbase=cudnn-frontend
pkgname=(${pkgbase} python-${pkgbase})
-pkgver=1.24.1
+pkgver=1.25.0
pkgrel=1
pkgdesc="Modern, open-source entry point to the cuDNN library"
arch=("x86_64")
@@ -22,7 +22,7 @@ makedepends=(
python-setuptools
)
source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/cudnn-frontend/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('ebf7e2b694215ed45d1cb63d30fa534f95e74602f1e3fc100c8ecc34b891f7f8')
+sha256sums=('22a1f2cdb790314785fac7b0fc0c5d619185c13296022617bec7858ef3702a50')
prepare() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cudnn-frontend/-/commit/971a47aca137cec1b246970c53bb066fce834b91
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cudnn-frontend/-/commit/971a47aca137cec1b246970c53bb066fce834b91
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help