-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Use CUDA 12 for cross-compiling aarch/ppc #1120
base: main
Are you sure you want to change the base?
Conversation
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 ( |
Think it is failing due to this logic in |
Probably need to wait for CDN to pick up the new |
I know :) |
This is looking pretty good! Great job on the new compiler setup that this works out of the box 💪 |
It seems the suspicion I had in conda-forge/conda-forge-ci-setup-feedstock#250 is still relevant - we need to copy
|
@jakirkham @adibbley Despite adding
I'm actually wondering if we don't want to make this unconditional somehow - feedstocks shouldn't have to add a test-dependency on |
Looks like we can fix this in #1122. I think I'll keep this open to debug & test cross-compilation with CUDA 12, which we'll have to solve eventually anyway. |
Is this still needed? Or did we manage to address this elsewhere already? |
We'll need it eventually, when the lowest supported CUDA version in conda-forge is 12.0 |
Ok am hoping it is easier to do this now than it was at that time. Maybe there will be an opportunity to simplify things here when that time comes |
Trying to solve #1114