Skip to content
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

Migrate to {{ stdlib("c") }} #54

Merged
merged 7 commits into from
Oct 30, 2024

Conversation

conda-forge-admin
Copy link
Contributor

@conda-forge-admin conda-forge-admin commented Oct 30, 2024

Fixes #50

As discussed in issue ( conda-forge/conda-forge.github.io#2102 ), this migrates from the sysroot* syntax to the now preferred {{ stdlib("c") }} syntax. Effectively these behave the same and pull in the same package as before. This simply integrates into better tooling that is evolving around {{ stdlib("c") }}

xref: conda-forge/cuda-feedstock#26

@conda-forge-admin
Copy link
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 (recipe/meta.yaml) and found it was in an excellent condition.

@conda-forge-admin conda-forge-admin marked this pull request as ready for review October 30, 2024 21:36
@conda-forge-admin conda-forge-admin requested a review from a team as a code owner October 30, 2024 21:36
Replace usages of `sysroot` with `c_stdlib`. The latter is now how we
handle specifying the C/system library requirement.
Replace hard-coded GLIBC `2.17` reference with `c_stdlib_version`, which
captures this same information and can more easily be updated.
@jakirkham
Copy link
Member

@conda-forge-admin , please re-render

conda-forge-webservices[bot] and others added 2 commits October 30, 2024 22:02
@jakirkham jakirkham changed the title MNT: rerender Migrate to {{ stdlib("c") }} Oct 30, 2024
@jakirkham
Copy link
Member

Thanks Bradley! 🙏

@jakirkham jakirkham merged commit 751dacc into conda-forge:main Oct 30, 2024
7 checks passed
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

Successfully merging this pull request may close these issues.

Use {{ stdlib("c") }} (if possible)
3 participants