Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-cuda-pathfinder
Commits:
0c4b2c94 by Jakub Klinkovský at 2026-02-26T20:31:41+01:00
upgpkg: 1:1.4.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-cuda-pathfinder
pkgdesc = Utilities for locating CUDA components
- pkgver = 1.3.5
+ pkgver = 1.4.0
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.3.5
- b2sums =
084a17d5a72a8cc4c4378f77dfbb56a29912ff3317a9d0f89344e222fafc13d4e5fd342e1d89caf02bcbe9d231b9987ad191df997536de0d5e190a027e0618ce
+ source =
python-cuda::git+https://github.com/NVIDIA/cuda-python#tag=cuda-pathfinder-v1.4.0
+ b2sums =
b4bca83f6c0ac0256a0a7cb85f7f06bfd9102555c0dbfc659245f20a501b253e98d03b8c422792ad38598ed12c554db51f186ec5dd11e1d013b0ffcd87ff4edc
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.3.5
+pkgver=1.4.0
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=('084a17d5a72a8cc4c4378f77dfbb56a29912ff3317a9d0f89344e222fafc13d4e5fd342e1d89caf02bcbe9d231b9987ad191df997536de0d5e190a027e0618ce')
+b2sums=('b4bca83f6c0ac0256a0a7cb85f7f06bfd9102555c0dbfc659245f20a501b253e98d03b8c422792ad38598ed12c554db51f186ec5dd11e1d013b0ffcd87ff4edc')
build() {
cd python-cuda/cuda_pathfinder
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cuda-pathfinder/-/commit/0c4b2c945302642861f717735c99b4b52bd8ff05
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cuda-pathfinder/-/commit/0c4b2c945302642861f717735c99b4b52bd8ff05
You're receiving this email because of your account on gitlab.archlinux.org.