Skip to content

Commit

Permalink
Revert packages.py, move older met/metplus versions to gsi-addon-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Aug 27, 2024
1 parent 1bc6ac9 commit fba44c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 2 additions & 5 deletions configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,9 @@ packages:
variants: '+pflogger'
# If making changes here, also check the Discover site configs and the CI workflows
met:
require:
- any_of: ['@=11.1.1', '@=9.1.3']
- '+python +grib2'
require: '@=11.1.1 +python +grib2'
metplus:
require:
- any_of: ['@=5.1.0', '@=3.1.1']
require: '@=5.1.0'
metis:
require: '+int64 +real64'
mpich:
Expand Down
8 changes: 7 additions & 1 deletion configs/templates/gsi-addon-dev/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@ spack:
definitions:
- compilers: ['%aocc', '%apple-clang', '%gcc', '%intel', '%oneapi']
- packages:
- global-workflow-env ^[email protected] ^[email protected]
- global-workflow-env
- ufs-weather-model-env
- emc-verif-global-env
- gsi-env

packages:
met:
require:: '@9.1.3 +python +grib2'
metplus:
require:: '@3.1.1 ^[email protected]'

specs:
- matrix:
- [$packages]
Expand Down

0 comments on commit fba44c3

Please sign in to comment.