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

Fix for cuda_compiler_version not found on local builds #42

Closed
wants to merge 2 commits into from

Conversation

mmcauliffe
Copy link
Contributor

@mmcauliffe mmcauliffe commented Jul 28, 2023

Checklist

  • Used a personal fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Reset the build number to 0 (if the version changed)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

@conda-forge-webservices
Copy link

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 (recipe) and found it was in an excellent condition.

@mmcauliffe
Copy link
Contributor Author

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")]
Copy link
Member

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)

@h-vetinari
Copy link
Member

Resolves #41

Have you tested that this resolves #41? I tend to think that it doesn't even need solving, see my comment there.

@mmcauliffe
Copy link
Contributor Author

I have gotten the simple conda build recipe working from the repo root directory this way on windows.

@mmcauliffe
Copy link
Contributor Author

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)?

@h-vetinari
Copy link
Member

I have gotten the simple conda build recipe working from the repo root directory this way on windows.

OK, if that works, then I guess that doesn't hurt. I can bring over the changes to #39 if you want.

@mmcauliffe
Copy link
Contributor Author

Changes incorporated in #39

@mmcauliffe mmcauliffe closed this Jul 29, 2023
@mmcauliffe mmcauliffe deleted the fix-local-windows branch July 29, 2023 05:21
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

Successfully merging this pull request may close these issues.

2 participants