-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align string_prefix
across dependencies
#188
Align string_prefix
across dependencies
#188
Conversation
Rebuild packages with `string_prefix` pinning alignment across packages.
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 ( |
@@ -113,12 +113,14 @@ outputs: | |||
host: | |||
- {{ pin_subpackage('_py-xgboost-mutex', exact=True) }} | |||
- {{ pin_subpackage('libxgboost', max_pin='x.x.x') }} | |||
- libxgboost =*={{ string_prefix }}_h*_{{ PKG_BUILDNUM }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This includes the string_prefix
and the build/number
, which means we get the same generation of packages together
@conda-forge-admin , please re-render |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub actions workflow run https://github.com/conda-forge/xgboost-feedstock/actions/runs/10186004207. |
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! |
As observed in @trivialfis 's comment ( #167 (comment) ), the packages here do not sufficiently constrain the CUDA version. To fix this, make sure that the
string_prefix
matches across dependencies (in addition to properly constraining the version number)Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)