Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-cuda-pathfinder
Commits:
74784640 by Jakub Klinkovský at 2026-03-17T19:33:25+01:00
upgpkg: 1:1.4.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-cuda-pathfinder
pkgdesc = Utilities for locating CUDA components
- pkgver = 1.4.2
+ pkgver = 1.4.3
pkgrel = 1
epoch = 1
url =
https://nvidia.github.io/cuda-python/cuda-pathfinder/latest/index.html
@@ -15,7 +15,7 @@ pkgbase = python-cuda-pathfinder
makedepends = python-installer
makedepends = python-setuptools-scm
depends = python
- source =
python-cuda::git+https://github.com/NVIDIA/cuda-python#tag=cuda-pathfinder-v1.4.2
- b2sums =
9dab71d373b82299ce9b1e6f94319df0d5c980989c9a260c360777c74dc3bed07213b04a753c9a74371c47d4d96ec29de99be258b23b4338ef43409a0b4f3c90
+ source =
python-cuda::git+https://github.com/NVIDIA/cuda-python#tag=cuda-pathfinder-v1.4.3
+ b2sums =
7c4f530c265543840fe2c374d566cfb55caef1fc81e6517503bf056ebb595d42b3420f4b1e778759b9a7794d080ef15abd69a4a56b5705f2a9a8b157be83dfe0
pkgname = python-cuda-pathfinder
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# but it has different versioning scheme and release frequency
pkgname=python-cuda-pathfinder
epoch=1
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc="Utilities for locating CUDA components"
arch=(any)
@@ -28,7 +28,7 @@ checkdepends=(
source=(
python-cuda::git+https://github.com/NVIDIA/cuda-python#tag=cuda-pathfinder-v$pkgver
)
-b2sums=('9dab71d373b82299ce9b1e6f94319df0d5c980989c9a260c360777c74dc3bed07213b04a753c9a74371c47d4d96ec29de99be258b23b4338ef43409a0b4f3c90')
+b2sums=('7c4f530c265543840fe2c374d566cfb55caef1fc81e6517503bf056ebb595d42b3420f4b1e778759b9a7794d080ef15abd69a4a56b5705f2a9a8b157be83dfe0')
build() {
cd python-cuda/cuda_pathfinder
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cuda-pathfinder/-/commit/747846402c8679d693487ad30c8d9fe4c63f721e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cuda-pathfinder/-/commit/747846402c8679d693487ad30c8d9fe4c63f721e
You're receiving this email because of your account on gitlab.archlinux.org.