-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
cuda_compiler_version
missing is blocking staged-recipes
#27551
Comments
This looks like a conda-build bug |
I've added a lot of selectors to avoid trying to use cuda_compiler_version in those recipes. I'm going to remove them from staging so that other recipes can be processed, and I will open a new PR for them. |
xref: #26580 |
Might be this bug: conda/conda-build#5458. The fix is unreleased. |
Could try the following approach:
|
It works to add near the top of the recipe. {% set cuda_compiler_version = cuda_compiler_version|default("None") %} |
This is now in conda-build 24.9.0 In the few cases I've tested this, it appears to be fixing past issues. Though please let me know what you find from testing |
Is there anything still left to do here? Or should we close? |
We are still seeing this even after the fix from @isuruf.
see this job: https://github.com/conda-forge/admin-requests/actions/runs/10816964320/job/30009292478
cc @carterbox
The text was updated successfully, but these errors were encountered: