ENH: update package version to 12.9.7 (target branch 12.9)#194
Merged
conda-forge-admin merged 1 commit intoMay 28, 2026
Merged
Conversation
Contributor
Author
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/26547554816. Examine the logs at this URL for more detail. |
Update the 12.9 maintenance branch recipe to build the published CUDA Python 12.9.7 source archive, and require cuda-pathfinder >=1.5.5,<2 for cuda-bindings so CTK 12 users receive the newer conda and CTK discovery fixes.
2d6d222 to
a9fac4c
Compare
rwgk
approved these changes
May 28, 2026
Contributor
Author
|
Hi! This is the friendly conda-forge automerge bot! I considered the following status checks when analyzing this PR:
Thus the PR was passing and merged! Have a great day! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was originally created by:
It was manually repurposed for the version 12.9.7 release.
Fixes #193
Summary
This updates the
12.9maintenance branch to build and publish the CUDA Python 12.9.7 patch release on conda-forge.The upstream GitHub release is public and includes the expected source archive:
Changes
recipe/meta.yamlfrom12.9.6to12.9.7.cuda-python-v12.9.7.tar.gz.cuda-pathfinder >=1.5.5,<2for thecuda-bindingsruntime dependency.cuda-pathfinder rationale
The
cuda-pathfinderlower bound is intentionally raised for this patch release. Although upstreamcuda-bindings 12.9.7still declarescuda-pathfinder ~=1.1, newercuda-pathfinderreleases contain several CUDA Toolkit 12 discovery fixes that are beneficial for conda users and are not expected to be breaking in this context.Notable post-1.1 fixes and improvements include:
load_nvidia_dynamic_lib(), making conda environment discovery more predictable.nvvm.cudadevrtconda static-library discovery underLibrary/lib.(Pinning to
>=1.5.5also avoids the short-lived1.3.5exception behavior regression, which was corrected in1.4.0.)Notes
This PR is based on the feedstock
12.9branch, matching the previouscuda-python v12.9.6PR. The existing CUDA 12 recipe structure is otherwise left unchanged, including the CUDA 12 dependency ranges andcuda-nvcc-implusage.