-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fix for cuda_compiler_version not found on local builds #42
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 ( |
Resolves #41 |
@@ -46,7 +46,7 @@ source: | |||
build: | |||
number: 1 | |||
# Bug in for cuda 11.1 with c++17 on linux: https://forums.developer.nvidia.com/t/nvc-20-9-fails-to-compile-code-instantiating-any-std-tuple-with-gcc-10-2-on-c-17/160987 | |||
skip: true # [cuda_compiler_version == "10.2" or (linux and cuda_compiler_version == "11.1")] | |||
skip: true # [cuda_compiler_version == "12.0" or cuda_compiler_version == "10.2" or (linux and cuda_compiler_version == "11.1")] |
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.
Anything below 11.2 has been droppped from conda-forge, so we can simplify this condition (and remove the comment above)
I have gotten the simple |
I do also have #39 working now (was not expecting to get that working today), so it might be worth closing this and incorporating it and your comments into that one (specifically the cuda version ones)? |
OK, if that works, then I guess that doesn't hurt. I can bring over the changes to #39 if you want. |
Changes incorporated in #39 |
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)