Skip to content

Commit

Permalink
Upgrade BUFR to 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Aug 21, 2024
1 parent fa34fb6 commit 3a4144c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packages:
bufr:
require:
- '+python'
- any_of: ['@=12.0.1', '@=11.7.0']
- '@=12.1.0'
cairo:
require: '+pic'
cdo:
Expand Down
2 changes: 1 addition & 1 deletion configs/containers/specs/jedi-ci.yaml
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 @@ -35,7 +35,7 @@ spack:
- [email protected]
- [email protected]
- [email protected]
- bufr@12.0.0
- bufr@12.1.0
- [email protected]
- [email protected]
- [email protected]
Expand Down
2 changes: 1 addition & 1 deletion configs/templates/unified-dev/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spack:
- jedi-um-env
- neptune-env ~python ^esmf@=8.7.0b11 snapshot=b11
- soca-env
- ufs-srw-app-env ^esmf@=8.6.1
- ufs-srw-app-env ^esmf@=8.6.1 ^[email protected] ^[email protected]
- ufs-weather-model-env ^esmf@=8.6.1

# Various crtm tags (list all to avoid duplicate packages)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ class EmcVerifGlobalEnv(BundlePackage):
depends_on("wgrib2", when="%intel")
depends_on("python")
depends_on("prod-util")
depends_on("met")
depends_on("metplus")
depends_on("[email protected]", when="%gcc")
depends_on("[email protected]", when="%intel")
depends_on("[email protected]", when="%gcc")
depends_on("[email protected]", when="%intel")

# There is no need for install() since there is no code.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ 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("[email protected]", when="%gcc")
depends_on("[email protected]", when="%intel")
depends_on("[email protected]", when="%gcc")
depends_on("[email protected]", when="%intel")
depends_on("gsi-ncdiag")
depends_on("[email protected]")
depends_on("py-wxflow", when="+python")
Expand Down

0 comments on commit 3a4144c

Please sign in to comment.