Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update esmf, fms, g2, g2tmpl and mapl versions #1256

Merged
merged 6 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
8 changes: 4 additions & 4 deletions configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,19 @@ packages:
# Pin version to avoid duplicates
require: '@2.6.4'
fms:
require: '@2023.04'
require: '@2024.02'
variants: 'precision=32,64 +quad_precision +gfs_phys +openmp +pic constants=GFS build_type=Release +deprecated_io'
fontconfig:
require: '+pic'
freetype:
require: '+pic'
g2:
require: '@3.4.9'
require: '@3.5.1'
g2c:
require: '@1.6.4'
g2tmpl:
require:
- '@1.10.2'
- '@1.13.0'
gcc-runtime:
require: '%gcc'
gfsio:
Expand Down Expand Up @@ -128,7 +128,7 @@ packages:
magics:
require: "@4.15.3:"
mapl:
require: '@2.46.2 +shared ~f2py'
require: '@2.46.3 ~shared ~f2py'
variants: '+pflogger'
# If making changes here, also check the Discover site configs and the CI workflows
met:
Expand Down
4 changes: 2 additions & 2 deletions configs/containers/specs/jedi-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
specs: [[email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], ecflow@5,
[email protected], [email protected] +fckit +trans +tesselation +fftw, [email protected], [email protected] +fftw,
[email protected], [email protected], fms@2023.04, [email protected], [email protected],
[email protected], [email protected], fms@2024.02, [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected],
[email protected], py-pip, [email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected], [email protected], [email protected].2,
[email protected], [email protected], [email protected], [email protected], [email protected], [email protected].3,
[email protected], [email protected], [email protected], shumlib@macos_clang_linux_intel_port,
[email protected], [email protected],
# Added for new CI system 2024/04/30
Expand Down
10 changes: 5 additions & 5 deletions configs/templates/ufs-weather-model-static/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ spack:
specs:
- [email protected]
- crtm@=2.4.0 ~fix
- esmf@8.5.0 +external-parallelio ~xerces ~pnetcdf snapshot=none fflags="-fp-model precise" cxxflags="-fp-model precise"
- fms@2023.02.01 constants=GFS precision=32,64 +quad_precision +gfs_phys +openmp
- g2@3.4.5
- g2tmpl@1.10.2
- esmf@8.6.1 +external-parallelio ~xerces ~pnetcdf snapshot=none fflags="-fp-model precise" cxxflags="-fp-model precise"
- fms@2024.02 constants=GFS precision=32,64 +quad_precision +gfs_phys +openmp
- g2@3.5.1
- g2tmpl@1.13.0
- [email protected]
- [email protected] +hl +mpi ~tools ~szip
- [email protected] +openmp
- [email protected]
- libjpeg-turbo
- [email protected] libs=static
- mapl@2.40.3 ~pflogger ~fargparse ~extdata2g ~f2py
- mapl@2.46.3 ~pflogger ~fargparse ~extdata2g ~f2py
- [email protected] ~parallel-netcdf +mpi ~dap ~szip
- [email protected]
- [email protected]
Expand Down
Loading