-
-
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
Adding cuda-gdb recipe #22780
Adding cuda-gdb recipe #22780
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 ( |
[[ $i == "build_env_setup.sh" ]] && continue | ||
[[ $i == "conda_build.sh" ]] && continue | ||
[[ $i == "metadata_conda_debug.yaml" ]] && continue |
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.
Are these still relevant?
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.
Yes, due to the lazy copying we do in these scripts. Tested without and they are picked up:
‘build_env_setup.sh’ -> ‘$PREFIX/build_env_setup.sh’
‘conda_build.sh’ -> ‘$PREFIX/conda_build.sh’
‘metadata_conda_debug.yaml’ -> ‘$PREFIX/metadata_conda_debug.yaml’
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.
Looks fine to me!
Thank you both! 🙏 Let's get this out and follow up on anything else in the feedstock |
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).