Add: init new recipe damn#32265
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipes/damn/meta.yaml:
For recipes/damn/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/22218546236. Examine the logs at this URL for more detail. |
|
Hi! This is the staged-recipes linter and I found some lint. File-specific lints and/or hints:
|
|
Hi! This is the staged-recipes linter and your PR looks excellent! 🚀 |
|
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 ( |
|
Hi! This is the staged-recipes linter and I found some lint. It looks like some changes were made outside the If these changes are intentional (and you aren't submitting a recipe), please add a File-specific lints and/or hints:
|
|
Hi! This is the staged-recipes linter and your PR looks excellent! 🚀 |
|
@conda-forge-admin, please ping team conda-forge/help-python |
|
Hi! This is the friendly automated conda-forge-webservice. I was asked to ping @conda-forge/staged-recipes and so here I am doing that. |
|
To help direct your pull request to the best reviewers, please mention a topic-specifc team if your recipe matches any of the following: conda-forge/help-c-cpp, conda-forge/help-cdts, conda-forge/help-go, conda-forge/help-java, conda-forge/help-julia, conda-forge/help-nodejs, conda-forge/help-perl, conda-forge/help-python, conda-forge/help-python-c, conda-forge/help-r, conda-forge/help-ruby,or conda-forge/help-rust. Thanks! |
|
@conda-forge/help-python , recipe ready to review ! |
recipes/damn/meta.yaml
Outdated
| build: | ||
| number: 0 | ||
| noarch: python | ||
| skip: True |
There was a problem hiding this comment.
You are not building anything here. Why did you add this? Where are you seeing this? Are you using AI to generate the recipe?
| skip: True |
There was a problem hiding this comment.
I use TensorFlow with GPU support, but it fails on Windows tests. I tried using the latest version, but it still fails. Therefore, I decided to skip the Windows build for now.
There was a problem hiding this comment.
That skips everything, not Windows.
It's okay if a noarch package fails on a specific platform due to a missing dependency. We prefer using noarch because it's faster to build, and the package will work as soon as the missing dependency becomes available on that platform.
ocefpaf
left a comment
There was a problem hiding this comment.
Please answer the reviewer questions and address the code comments.
Checklist
url) rather than a repo (e.g.git_url) is used in your recipe (see here for more details).