Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
branch = spack-stack-dev
[submodule "repos/builtin"]
path = repos/builtin
url = https://github.com/jcsda/spack-packages
branch = spack-stack-dev
#url = https://github.com/jcsda/spack-packages
#branch = spack-stack-dev
url = https://github.com/climbfuji/spack-packages
branch = feature/w3emc_2130
8 changes: 2 additions & 6 deletions configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -434,14 +434,10 @@ packages:
uwtools:
require:
- '@2.7.2'
# Need extradeps for grib-utils, enable by default to avoid duplicate packages
# [email protected] doesn't build with LLVM 21
w3emc:
require:
- one_of: ['@=2.11.0', '@=2.10.0']
- one_of: ['@=2.10.0']
when: '%clang'
- precision=4,d,8 +extradeps
- '@2.13.0'
- precision=4,d,8 +build_deprecated
w3nco:
require:
- '@2.4.1'
Expand Down
2 changes: 1 addition & 1 deletion repos/builtin
Loading