-
Notifications
You must be signed in to change notification settings - Fork 3
Update the feedstock #1
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
Conversation
5be4eb9
to
26cf693
Compare
Otherwise the build takes the version from homebrew
…nda-forge-pinning 2025.04.22.07.24.04
- {{ compiler('cuda') }} # [cuda_compiler_version != "None"] | ||
- rust | ||
# - {{ compiler('cuda') }} # [cuda_compiler_version != "None"] | ||
- {{ mpi }} # [build_platform != target_platform and mpi == "openmpi"] |
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.
Why to exclude the mpich here and only leave an option for openmpi?
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.
This is the recommended way to do this in https://conda-forge.org/docs/maintainer/knowledge_base/#message-passing-interface-mpi
Basically, mpich does not need to be listed in the host for cross-compilation, but openmpi does. We don't use cross-compilation yet, but we might soon to enable building for linux-arm64
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.
Okay good
Checklist
Bumped the build number (if the version is unchanged)0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)