-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #115 from xylar/update-to-1.9.3
Update to 1.9.3
- Loading branch information
Showing
11 changed files
with
52 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,23 +22,23 @@ ilamb = 2.7 | |
|
||
# the version of mache to use during deployment (should match the version used | ||
# in the package itself) | ||
mache = 1.18.0 | ||
mache = 1.21.0 | ||
|
||
# the version of mpi4py to build if using system compilers | ||
mpi4py = 3.1.5 | ||
|
||
# the version of esmpy to build if using system compilers (must match esmf from | ||
# spack below) | ||
esmpy = 8.4.2 | ||
esmpy = 8.6.0 | ||
|
||
|
||
# spack package specs | ||
[spack_specs] | ||
|
||
esmf = esmf@8.4.2+mpi+netcdf~pnetcdf~external-parallelio | ||
esmf = esmf@8.6.0+mpi+netcdf~pnetcdf~external-parallelio | ||
hdf5 = [email protected]+cxx+fortran+hl+mpi+shared | ||
moab = [email protected]+mpi+hdf5+netcdf+pnetcdf+metis+parmetis+tempest | ||
nco = nco@5.1.9+openmp | ||
nco = nco@5.2.2+openmp | ||
netcdf_c = [email protected]+mpi~parallel-netcdf | ||
netcdf_fortran = [email protected] | ||
parallel_netcdf = [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ def setup_install_env(activate_base, use_local, mache): | |
channels = ' '.join(channels) | ||
commands = f'{activate_base} && ' \ | ||
f'conda create -y -n temp_e3sm_unified_install ' \ | ||
f'{channels} progressbar2 jinja2 {mache}' | ||
f'{channels} progressbar2 jinja2 {mache} pip' | ||
|
||
check_call(commands) | ||
|
||
|
@@ -67,14 +67,14 @@ def remove_install_env(activate_base): | |
def install_mache_from_branch(activate_install_env, fork, branch): | ||
print('Clone and install local mache\n') | ||
commands = f'{activate_install_env} && ' \ | ||
f'rm -rf build_mache && ' \ | ||
f'mkdir -p build_mache && ' \ | ||
f'cd build_mache && ' \ | ||
f'git clone -b {branch} ' \ | ||
f'[email protected]:{fork}.git mache && ' \ | ||
f'cd mache && ' \ | ||
f'conda install -y --file spec-file.txt && ' \ | ||
f'python -m pip install --no-deps .' | ||
f'rm -rf build_mache && ' \ | ||
f'mkdir -p build_mache && ' \ | ||
f'cd build_mache && ' \ | ||
f'git clone -b {branch} ' \ | ||
f'[email protected]:{fork}.git mache && ' \ | ||
f'cd mache && ' \ | ||
f'conda install -y --file spec-file.txt && ' \ | ||
f'python -m pip install --no-deps .' | ||
|
||
check_call(commands) | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters