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

Re-rendering failing with conda-build version 24.7.1 #12

Open
jakirkham opened this issue Aug 2, 2024 · 6 comments
Open

Re-rendering failing with conda-build version 24.7.1 #12

jakirkham opened this issue Aug 2, 2024 · 6 comments
Assignees

Comments

@jakirkham
Copy link
Member

We are seeing issues re-rendering with this feedstock ( #11 (comment) ). Also seeing in several other CTK feedstocks

It looks like logic like this is where re-rendering has issues

{% set platform = "linux-x86_64" %} # [linux64]
{% set platform = "linux-ppc64le" %} # [ppc64le]
{% set platform = "linux-sbsa" %} # [aarch64]
{% set platform = "windows-x86_64" %} # [win]

@jakirkham
Copy link
Member Author

@conda-forge-admin , please re-render

@conda-forge-admin conda-forge-admin mentioned this issue Aug 2, 2024
1 task
@conda-forge-webservices
Copy link

Hi! This is the friendly automated conda-forge-webservice.

I just wanted to let you know that I started rerendering the recipe in #13.

@jakirkham jakirkham changed the title Re-rendering failing with conda-build version 24.7.2 Re-rendering failing with conda-build version 24.7.1 Aug 3, 2024
@jakirkham
Copy link
Member Author

Filed upstream issue: conda-forge/conda-smithy#2011

@jakirkham
Copy link
Member Author

cc @msarahan (for looking into this a bit more)

@msarahan
Copy link
Member

Reverting this commit fixes it: conda/conda-build@87194f6

Haven't isolated exactly which part yet.

@msarahan
Copy link
Member

conda/conda-build#5458

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

2 participants