|
2 | 2 |
|
3 | 3 | To avoid hardcoding specs in the generic container recipes, we keep the specs list empty (`specs: []`) and manually add the specs for the particular spack-stack release and application as listed below, *after* running `spack stack create ctr`. |
4 | 4 |
|
5 | | -### spack-stack-1.5.0 / skylab-6.0.0 containers for fv3-jedi and mpas-jedi (but not for ufs-jedi) |
| 5 | +### spack-stack-1.5.1 / skylab-6.1.0 containers for fv3-jedi and mpas-jedi (but not for ufs-jedi) |
6 | 6 | ``` |
7 | 7 | specs: [base-env@1.0.0, jedi-base-env@1.0.0, ewok-env@1.0.0, jedi-fv3-env@1.0.0, |
8 | 8 | jedi-mpas-env@1.0.0, bacio@2.4.1, bison@3.8.2, bufr@12.0.0, ecbuild@3.7.2, eccodes@2.27.0, ecflow@5, |
9 | 9 | eckit@1.24.4, ecmwf-atlas@0.35.0 +fckit +ectrans +tesselation +fftw, fiat@1.2.0, ectrans@1.2.0 +fftw, |
10 | | - eigen@3.4.0, fckit@0.11.0, fms@release-jcsda, g2@3.4.5, g2tmpl@1.10.0, gftl-shared@1.5.0, |
| 10 | + eigen@3.4.0, fckit@0.11.0, fms@release-jcsda, g2@3.4.5, g2tmpl@1.10.0, gftl-shared@1.6.1, |
11 | 11 | gsibec@1.1.3, hdf@4.2.15, hdf5@1.14.0, ip@4.3.0, jasper@2.0.32, jedi-cmake@1.4.0, |
12 | 12 | libpng@1.6.37, nccmp@1.9.0.1, netcdf-c@4.9.2, netcdf-cxx4@4.3.1, |
13 | 13 | netcdf-fortran@4.6.0, nlohmann-json@3.10.5, nlohmann-json-schema-validator@2.1.0, |
14 | 14 | parallelio@2.5.10, parallel-netcdf@1.12.2, py-eccodes@1.4.2, py-f90nml@1.4.3, |
15 | 15 | py-gitpython@3.1.27, py-h5py@3.7.0, py-numpy@1.22.3, |
16 | 16 | py-pandas@1.5.3, py-pip, py-pyyaml@5.4.1, py-scipy@1.9.3, py-shapely@1.8.0, py-xarray@2022.3.0, |
17 | | - sp@2.3.3, udunits@2.2.28, w3nco@2.4.1, w3emc@2.10.0, nco@5.0.6, esmf@8.4.2, mapl@2.35.2, |
18 | | - yafyaml@0.5.1, zlib@1.2.13, zstd@1.5.2, odc@1.4.6, shumlib@macos_clang_linux_intel_port, |
| 17 | + sp@2.3.3, udunits@2.2.28, w3nco@2.4.1, w3emc@2.10.0, nco@5.0.6, esmf@8.5.0, mapl@2.40.3, |
| 18 | + zlib@1.2.13, zstd@1.5.2, odc@1.4.6, shumlib@macos_clang_linux_intel_port, |
19 | 19 | awscli@1.27.84, py-globus-cli@3.16.0] |
20 | 20 | # Notes: |
21 | | - # 1. Remove mapl@2.35.2 from clang/mpich container, because mapl doesn't work with mpich@4 |
22 | | - # 2. Don't build CRTM by default so that it gets built in the JEDI bundles |
23 | | - # 3. Comment out for now until build problems are solved |
| 21 | + # 1. Don't build CRTM by default so that it gets built in the JEDI bundles |
| 22 | + # 2. Comment out for now until build problems are solved |
24 | 23 | # https://github.com/jcsda/spack-stack/issues/522 |
25 | 24 | # py-mysql-connector-python@8.0.32 |
26 | 25 | ``` |
|
0 commit comments