-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add aarch64 #70
Add aarch64 #70
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 ( |
@conda-forge/core The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @leofang
@conda-forge-admin, please restart ci |
@kkraus14, did you or someone fix the permission issue? Looks like it's working now --- all tests passed! |
Yes, I have to fix it manually every time there's a new image name. |
Ah, many thanks @isuruf! 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Leo! 😄
Had one suggestion below
recipe/meta.yaml
Outdated
{% if cuda_major == 0 or (target_platform == "linux-ppc64le" and cuda_major_minor != (10, 2)) %} | ||
{% if cuda_major == 0 | ||
or (target_platform == "linux-ppc64le" and cuda_major_minor != (10, 2)) | ||
or (target_platform == "linux-aarch64" and (cuda_major != 11 or arm_variant_type != "sbsa")) %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we please write this in terms of (10, 2)
as well? Want to make sure this still works smoothly as future versions come out :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wasn't thinking before changing... @jakirkham What do you expect? cuda_major_minor < (11, 0)
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah that seems reasonable. If we make that change, can we please do the same thing for ppc64le
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jakirkham I guess I misunderstood what you meant. For ppc64le let's keep it as is until we add CUDA 11 support for it, is that ok?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah no worries. That's reasonable. This is admittedly a bit unrelated. Just was thinking on how we might tidy things while we were here
@conda-forge-admin, please rerender |
…a-forge-pinning 2021.09.27.11.28.37
@conda-forge-admin, please rerender |
…a-forge-pinning 2021.09.27.18.34.32
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Leo! 😄
Thanks @kkraus14 @isuruf @Ethyling @jakirkham! |
Follow-up of conda-forge/cudatoolkit-feedstock#59 and conda-forge/docker-images#189.
Also add myself as a maintainer in this PR 🙂
Note: conda-smithy seems to have a bug in generating README contents for compilers. For example, the README for this feedstock is already incorrect --- neither ppc64le nor win64 is listed. With this PR it gets worse: osx-arm64 is listed (which we don't build for).
I don't think it hurts, though. We can fix conda-smithy separately and then rerender this feedstock.
cc: @jakirkham
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)