Skip to content

Commit 0ccf053

Browse files
committed
Update to v1.10.0
1 parent 64b397f commit 0ccf053

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

e3sm_supported_machines/bootstrap.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ def build_env(is_test, recreate, compiler, mpi, conda_mpi, version,
144144
channels = f'{channels} -c conda-forge/label/{package}_dev'
145145
channels = f'{channels} ' \
146146
f'-c conda-forge ' \
147-
f'-c e3sm/label/e3sm_dev ' \
148-
f'-c mahf708'
147+
f'-c e3sm/label/e3sm_dev'
149148
else:
150149
channels = '--override-channels -c conda-forge -c defaults -c e3sm'
151150

e3sm_supported_machines/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
def parse_args(bootstrap):
1515
parser = argparse.ArgumentParser(
1616
description='Deploy E3SM-Unified')
17-
parser.add_argument("--version", dest="version", default="1.10.0rc5",
17+
parser.add_argument("--version", dest="version", default="1.10.0",
1818
help="The version of E3SM-Unified to deploy")
1919
parser.add_argument("--conda", dest="conda_base",
2020
help="Path for the conda base")

recipes/e3sm-unified/build_and_upload.bash

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
conda_dir=${HOME}/miniforge3
66
os_dir=linux-64
77
upload=False
8-
dev=True
8+
dev=False
99

1010
rm -rf ${conda_dir}/conda-bld
1111

@@ -16,8 +16,7 @@ then
1616
-c conda-forge/label/mpas_analysis_dev \
1717
-c conda-forge/label/zppy_dev \
1818
-c conda-forge \
19-
-c e3sm/label/e3sm_dev
20-
-c mahf708"
19+
-c e3sm/label/e3sm_dev"
2120

2221
for file in configs/mpi_mpich_python3.10.yaml configs/mpi_hpc_python3.10.yaml
2322
do

recipes/e3sm-unified/meta.yaml

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

55
package:
@@ -32,9 +32,9 @@ requirements:
3232
- python
3333
- r
3434
- chemdyg 1.0.1
35-
- e3sm_diags 2.12.0rc1
35+
- e3sm_diags 2.12.0
3636
- e3sm_to_cmip 1.11.2
37-
- e3sm-tools 3.0.0rc2
37+
- e3sm-tools 3.0.0 # [linux]
3838
- geometric_features 1.3.0
3939
# fixes an issues with cryptography <37 constraint
4040
- globus-cli >=3.15.0
@@ -44,15 +44,15 @@ requirements:
4444
- livvkit 3.0.1
4545
- mache 1.22.0
4646
- moab 5.5.1 {{ mpi_prefix }}_tempest_* # [mpi != 'hpc']
47-
- mpas-analysis 1.11.0rc1
47+
- mpas-analysis 1.11.0
4848
- mpas_tools 0.33.0
4949
- nco 5.2.4 # [mpi != 'hpc']
5050
- pcmdi_metrics 2.3.1
5151
- tempest-remap 2.2.0 # [mpi != 'hpc']
5252
- tempest-extremes 2.2.1 {{ mpi_prefix }}_* # [mpi != 'hpc']
5353
- uxarray >=2024.04.0
5454
- xcdat 0.7.0
55-
- zppy 2.5.0rc2
55+
- zppy 2.5.0
5656
- zstash 1.4.2 # [linux]
5757

5858
### mkdocs

0 commit comments

Comments
 (0)