Skip to content

Commit fec404f

Browse files
committed
Update to 1.12.0rc4
Adds moab and mache RCs
1 parent 40b30ac commit fec404f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

e3sm_supported_machines/default.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ilamb = 2.7.2
2222

2323
# the version of mache to use during deployment (should match the version used
2424
# in the package itself)
25-
mache = 2.0.0rc2
25+
mache = 2.0.0rc4
2626

2727
# the version of mpi4py to build if using system compilers and MPI
2828
mpi4py = 4.1.1
@@ -41,7 +41,7 @@ xesmf = None
4141

4242
esmf = [email protected]+mpi+netcdf~pnetcdf~external-parallelio
4343
hdf5 = [email protected]+cxx+fortran+hl+mpi+shared
44-
moab = moab@5.5.1+mpi+hdf5+netcdf+pnetcdf+metis+parmetis+tempest
44+
moab = moab@5.6.0rc2+mpi+hdf5+netcdf+pnetcdf+metis+parmetis+tempest
4545
nco = [email protected]+openmp
4646
netcdf_c = [email protected]+mpi~parallel-netcdf
4747
netcdf_fortran = [email protected]

recipes/e3sm-unified/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "E3SM-Unified" %}
2-
{% set version = "1.12.0rc3" %}
2+
{% set version = "1.12.0rc4" %}
33
{% set build = 0 %}
44

55
package:
@@ -43,7 +43,7 @@ requirements:
4343
- ipython
4444
- jupyter
4545
- livvkit 3.2.0
46-
- mache 2.0.0rc2
46+
- mache 2.0.0rc4
4747
- moab 5.6.0rc2 {{ mpi_prefix }}_tempest_* # [mpi != 'hpc']
4848
- mosaic 1.2.0
4949
- mpas-analysis 1.14.0rc2

0 commit comments

Comments
 (0)