Skip to content

Commit

Permalink
Add MET/METplus v9.1.3/v3.1.1 to the unified-env requirements matrix
Browse files Browse the repository at this point in the history
Refs #1251
  • Loading branch information
DavidHuber-NOAA committed Aug 19, 2024
1 parent 81879f8 commit 8673c47
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,12 @@ packages:
variants: '+pflogger'
# If making changes here, also check the Discover site configs and the CI workflows
met:
require: '@11.1.1 +python +grib2'
require:
- any_of: ['@=11.1.1', '@=9.1.3']
- '+python +grib2'
metplus:
require: '@5.1.0'
require:
- any_of: ['@=5.1.0', '@=3.1.1']
metis:
require: '+int64 +real64'
mpich:
Expand Down
2 changes: 1 addition & 1 deletion configs/templates/ufs-srw-dev/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ spack:
- [email protected]
- [email protected]
- [email protected]
- [email protected].0
- [email protected].1
- [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ class GlobalWorkflowEnv(BundlePackage):
depends_on("wgrib2", when="%apple-clang")
depends_on("wgrib2", when="%gcc")
depends_on("wgrib2", when="%intel")
depends_on("met")
depends_on("metplus")
depends_on("met@9.1.3")
depends_on("metplus@3.1.1")
depends_on("gsi-ncdiag")
depends_on("[email protected]")
depends_on("py-wxflow", when="+python")
Expand Down

0 comments on commit 8673c47

Please sign in to comment.