-
Notifications
You must be signed in to change notification settings - Fork 51
Update spack branch spack-stack-dev from spack develop hash a9c879d #1607
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
Merged
climbfuji
merged 22 commits into
JCSDA:develop
from
climbfuji:feature/update_spack_stack_dev_from_spack_a9c879d
Apr 25, 2025
Merged
Update spack branch spack-stack-dev from spack develop hash a9c879d #1607
climbfuji
merged 22 commits into
JCSDA:develop
from
climbfuji:feature/update_spack_stack_dev_from_spack_a9c879d
Apr 25, 2025
Conversation
This file contains hidden or 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
…ests.yaml: use actions/checkout@v4 and ubuntu-latest instead of ubuntu-20.04
…xt/lib/jcsda-emc/spack-stack/stack/stack_env.py: spack.config.merge_yaml --> spack.schema.merge_yaml
…v/package.py and spack-ext/repos/spack-stack/packages/gmao-swell-env/package.py
…yaml and update spack-ext/lib/jcsda-emc/spack-stack/stack/meta_modules.py accordingly
…eature/update_spack_stack_dev_from_spack_a9c879d
…r Ubuntu except with GNU, update Python and OpenMPI versions
…kages_oneapi.yaml and configs/sites/tier1/narwhal/packages_oneapi.yaml
…ttps://github.com/climbfuji/spack-stack into feature/update_spack_stack_dev_from_spack_a9c879d
…ith gobject-introspection
…eature/update_spack_stack_dev_from_spack_a9c879d
stiggy87
approved these changes
Apr 23, 2025
ulmononian
approved these changes
Apr 23, 2025
AlexanderRichert-NOAA
approved these changes
Apr 25, 2025
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.
Summary
This PR updates our spack branch
spack-stack-dev
from spackdevelop
hash a9c879d (last hash before the compilers as dependencies/nodes PR was merged).Important consequences of this update:
%gcc platform=darwin
(or, in general,%compiler variants
) must be changed toplatform=darwin %gcc
core_compilers
is not a valid option for TCL modules, remove and updatesetup-meta-modules
extensionglib
to 2.78.3 to avoid circular dependency withgobject-introspection
py-werkzeug
)Also:
NOT DONE IN THIS PR
Testing
Applications affected
Potentially all
Systems affected
Potentially all (rely on CI testing and fix site configs later during rollout/using spack-stack automation)
Dependencies
Issue(s) addressed
Working towards #1604
Checklist