diff --git a/configs/common/packages.yaml b/configs/common/packages.yaml index 334f188c4..a413e84dd 100644 --- a/configs/common/packages.yaml +++ b/configs/common/packages.yaml @@ -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: diff --git a/configs/templates/ufs-srw-dev/spack.yaml b/configs/templates/ufs-srw-dev/spack.yaml index d2d5b4aaa..55a1db94e 100644 --- a/configs/templates/ufs-srw-dev/spack.yaml +++ b/configs/templates/ufs-srw-dev/spack.yaml @@ -54,5 +54,5 @@ spack: - wrf-io@1.2.0 - ncio@1.1.2 - gsi-ncdiag@1.1.2 - - met@11.1.0 + - met@11.1.1 - metplus@5.1.0 diff --git a/spack-ext/repos/spack-stack/packages/global-workflow-env/package.py b/spack-ext/repos/spack-stack/packages/global-workflow-env/package.py index c80be09a0..5b26deeab 100644 --- a/spack-ext/repos/spack-stack/packages/global-workflow-env/package.py +++ b/spack-ext/repos/spack-stack/packages/global-workflow-env/package.py @@ -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("crtm@2.4.0.1") depends_on("py-wxflow", when="+python")