-
-
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 recipe for knem-headers #28070
base: main
Are you sure you want to change the base?
Conversation
Hi! This is the staged-recipes linter and your PR looks excellent! 🚀 |
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/knem-headers/meta.yaml:
|
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 ( |
The knem project comprises multiple components, including a user-space library and a crucial kernel module that facilitates efficient memory copy operations at the kernel level. This package specifically provides the knem_io.h header from the knem project, allowing other software, like UCX, to interface with the knem kernel module, enabling high-performance communication in distributed computing environments. |
recipes/knem-headers/meta.yaml
Outdated
skip: true # [win or osx] | ||
|
||
run_exports: | ||
- {{ pin_subpackage('knem-headers', max_pin='x.y.z') }} |
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.
If these are only headers, there should be no runtime dependency.
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.
OK
Co-authored-by: Uwe L. Korn <[email protected]>
Co-authored-by: Uwe L. Korn <[email protected]>
@xhochy Is that OK now? |
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).