dev-python/cuda-pathfinder
Pathfinder for CUDA components
ChangeLog
commit 7cde75d1b231e1c4cc3656561496f27140ad5600
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 12:18:32 2026 +0200
dev-python/cuda-pathfinder: new package, pathfinder for CUDA components
Adds dev-python/cuda-pathfinder, NVIDIA's helper for locating installed
CUDA binaries, dynamic libraries and headers at runtime. Required by
cupy 14.x and other CUDA-Python bindings.
The upstream sdist on PyPI is wheel-only, so source is fetched from the
NVIDIA/cuda-python repository's cuda-pathfinder-v* tag and the
cuda_pathfinder/ subtree is used as $. The GitHub archive carries no
git history, so src_prepare strips the upstream setuptools_scm-driven
dynamic version and writes a static cuda/pathfinder/_version.py
matching $.
Tests are restricted: they pull cuda-toolkit and several NVIDIA wheels
(cu12/cu13 dependency groups in pyproject.toml) that aren't packaged.
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 12:18:32 2026 +0200
dev-python/cuda-pathfinder: new package, pathfinder for CUDA components
Adds dev-python/cuda-pathfinder, NVIDIA's helper for locating installed
CUDA binaries, dynamic libraries and headers at runtime. Required by
cupy 14.x and other CUDA-Python bindings.
The upstream sdist on PyPI is wheel-only, so source is fetched from the
NVIDIA/cuda-python repository's cuda-pathfinder-v* tag and the
cuda_pathfinder/ subtree is used as $. The GitHub archive carries no
git history, so src_prepare strips the upstream setuptools_scm-driven
dynamic version and writes a static cuda/pathfinder/_version.py
matching $.
Tests are restricted: they pull cuda-toolkit and several NVIDIA wheels
(cu12/cu13 dependency groups in pyproject.toml) that aren't packaged.


View
Download
Browse