forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Update ESMF from spack develop: add python dependency and extension (not for release/1.8.0) #470
Merged
climbfuji
merged 13 commits into
JCSDA:spack-stack-dev
from
climbfuji:feature/esmf_python_dependency_and_extension
Sep 19, 2024
Merged
Update ESMF from spack develop: add python dependency and extension (not for release/1.8.0) #470
climbfuji
merged 13 commits into
JCSDA:spack-stack-dev
from
climbfuji:feature/esmf_python_dependency_and_extension
Sep 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add `+python` variant * `esmf` package installs Python bindings when `+python` is set Note: this does not inherit `PythonPackage`, which force an either/or choice between the Makefile and Pip builder: it instantiates a `PythonPipBuilder` as needed (when `+python` is set).
… feature/esmf_python_dependency_and_extension
climbfuji
changed the title
Update ESMF from spack develop: add python dependency and extension (draft; not for release/1.8.0)
Update ESMF from spack develop: add python dependency and extension (not for release/1.8.0)
Sep 19, 2024
6 tasks
theurich
approved these changes
Sep 19, 2024
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.
Seems fine to me.
AlexanderRichert-NOAA
approved these changes
Sep 19, 2024
climbfuji
added a commit
to JCSDA/spack-stack
that referenced
this pull request
Sep 19, 2024
…actions cleanup section (not for release/1.8.0) (#1304) 1. Update the submodule pointer for the changes in JCSDA/spack#470 (Update ESMF from spack develop: add python dependency and extension) and enable the python variant in configs/common/packages.yaml. 2. Fix the cleanup section Github workflows. The find command returns a non-zero exit code if no files are found, causing the CI run to abort. See https://github.com/JCSDA/spack-stack/actions/runs/10942526277 for an example. Wrapping this find command in set +e / set -e section resolves this.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Cherry-picking the changes from PR https://github.com/spack/spack/pull/45504/commits for our
spack-stack-dev
branch. With the exception of the "depends-on c/c++/fortran" changes (that our spack lib code doesn't support yet) and the disabling of OpenMP for macOS (only in our fork), the esmf package.py files are identical between spack develop and jcsda spack-stack-dev as of beginning of September 2024.See JCSDA/spack-stack#1304 for the associated spack-stack PR that enables the
python
variant in our spack-stack configs.