-
-
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
Add Package: bigdft-suite #19683
Add Package: bigdft-suite #19683
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/bigdft:
For recipes/bigdft:
Documentation on acceptable licenses can be found here. |
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 ( |
This reverts commit 37f8659.
I've set my install script to remove the I think I have addressed all your suggestions, but let me know if I missed or misunderstood something. We appreciate the feedback! |
|
||
log = code.run(sys=sys, input=inp) | ||
print(log.energy) | ||
|
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.
The tests in this conda recipe are for packaging validation, so their purpose is to check that the artifacts were installed correctly. They are not necessarily a comment on whether a feature of the package is deprecated or considered experimental. If you expect that an end user of this package would still be importing the CheSS module, then you should test it.
Check for headers and versioned SO Co-authored-by: Daniel Ching <[email protected]>
This is an upstream issue
@carterbox I've gone through the most recent suggestions. For the testing of the dynamic libraries you suggested, I had to remove |
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.
(see individual comments)
@conda-forge/help-python-c, please review |
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.
Apparently, I'm the only reviewer of compiled packages right now. 😆
Be sure to add that you to CV 😄 |
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).