Skip to content

Commit

Permalink
Update to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Mar 30, 2024
1 parent 31a6ca2 commit e405e06
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion e3sm_supported_machines/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ilamb = 2.7

# the version of mache to use during deployment (should match the version used
# in the package itself)
mache = 1.21.0rc1
mache = 1.21.0

# the version of mpi4py to build if using system compilers
mpi4py = 3.1.5
Expand Down
2 changes: 1 addition & 1 deletion e3sm_supported_machines/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
def parse_args(bootstrap):
parser = argparse.ArgumentParser(
description='Deploy E3SM-Unified')
parser.add_argument("--version", dest="version", default="1.9.3rc4",
parser.add_argument("--version", dest="version", default="1.9.3",
help="The version of E3SM-Unified to deploy")
parser.add_argument("--conda", dest="conda_base",
help="Path for the conda base")
Expand Down
2 changes: 1 addition & 1 deletion recipes/e3sm-unified/build_and_upload.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
conda_dir=${HOME}/miniforge3
os_dir=linux-64
upload=False
dev=True
dev=False

rm -rf ${conda_dir}/conda-bld

Expand Down
10 changes: 5 additions & 5 deletions recipes/e3sm-unified/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "E3SM-Unified" %}
{% set version = "1.9.3rc4" %}
{% set version = "1.9.3" %}
{% set build = 0 %}

package:
Expand Down Expand Up @@ -31,16 +31,16 @@ requirements:
### main packages ###
- python
- chemdyg 0.1.5
- e3sm_diags 2.11.0rc1
- e3sm_to_cmip 1.11.2rc2
- e3sm_diags 2.11.0
- e3sm_to_cmip 1.11.2
- geometric_features 1.3.0
# fixes an issues with cryptography <37 constraint
- globus-cli >=3.15.0
- ilamb 2.7 # [mpi != 'nompi' and mpi != 'hpc']
- ipython
- jupyter
- livvkit 3.0.1
- mache 1.21.0rc1
- mache 1.21.0
- moab 5.5.1 {{ mpi_prefix }}_tempest_* # [mpi != 'hpc']
- mpas-analysis 1.10.0
- mpas_tools 0.32.0
Expand All @@ -49,7 +49,7 @@ requirements:
- tempest-remap 2.2.0 # [mpi != 'hpc']
- tempest-extremes 2.2.1 {{ mpi_prefix }}_* # [mpi != 'hpc']
- xcdat 0.6.1
- zppy 2.4.0rc1
- zppy 2.4.0
- zstash 1.4.2 # [linux]

### mkdocs
Expand Down

0 comments on commit e405e06

Please sign in to comment.