Skip to content

Commit 9ee428c

Browse files
authored
Merge pull request #96 from xylar/1.5.1
Update to v1.5.1 ("emergency" release)
2 parents c6cc7c3 + 28f2251 commit 9ee428c

22 files changed

+776
-6555
lines changed

e3sm_supported_machines/bootstrap.py

Lines changed: 613 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[e3sm_unified]
2+
3+
# the version of ESMF to build if using system compilers and MPI
4+
esmf = None

e3sm_supported_machines/default.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Options related to deploying a e3sm-unified conda environment on supported
22
# machines
3-
[deploy]
3+
[e3sm_unified]
44

55
# is this a shared production environment?
66
release = False
@@ -28,3 +28,7 @@ tempest_extremes = 2.2
2828

2929
# the version of ILAMB to build if using system compilers and MPI
3030
ilamb = 2.6
31+
32+
# the version of mache to use during deployment (should match the version used
33+
# in the package itself)
34+
mache = 1.1.3

0 commit comments

Comments
 (0)