Skip to content

Change pins from <pkg> =*=<bld> to <pkg> * <bld> #220

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

Open
jakirkham opened this issue Mar 19, 2025 · 2 comments
Open

Change pins from <pkg> =*=<bld> to <pkg> * <bld> #220

jakirkham opened this issue Mar 19, 2025 · 2 comments

Comments

@jakirkham
Copy link
Member

The linter now recommends to reformulate pins to not use the repeated =s syntax

This would involve making changes like the following

-- libxgboost =*={{ string_prefix }}_h*_{{ PKG_BUILDNUM }}
+- libxgboost * {{ string_prefix }}_h*_{{ PKG_BUILDNUM }}

Unfortunately this causes build errors with conda-build. This may be fixed in conda-build version 25.3. Flagging to revisit once the pieces are in place

Refs:

@jakirkham
Copy link
Member Author

Trying this should be as simple as...

  • Reapplying this commit: 49fce8b
  • Reverting this reversion commit:b24cfbf

@jakirkham
Copy link
Member Author

Requires the resolution of issue: #233

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant