Skip to content

Commit

Permalink
Merge pull request #879 from xylar/update-to-1.7.0-alpha.1
Browse files Browse the repository at this point in the history
Update to 1.7.0-alpha.1
  • Loading branch information
xylar authored Jan 10, 2025
2 parents 1c38add + ae5efc3 commit 7948899
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
miniforge-version: latest
channels: conda-forge,e3sm/label/compass
channel-priority: strict
use-mamba: false
auto-update-conda: true
python-version: ${{ matrix.python-version }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
miniforge-version: latest
channels: conda-forge,e3sm/label/compass
channel-priority: strict
use-mamba: false
auto-update-conda: true
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion compass/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.6.0-alpha.2'
__version__ = '1.7.0-alpha.1'
6 changes: 3 additions & 3 deletions conda/compass_env/spec-file.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ python>=3.9
cartopy
cartopy_offlinedata
cmocean
esmf=8.6.1={{ mpi_prefix }}_*
esmf=8.7.0={{ mpi_prefix }}_*
ffmpeg
geometric_features=1.6.0
geometric_features=1.6.1
git
gsw
h5py
ipython
jupyter
lxml
{% if include_mache %}
mache=1.26.0
mache=1.27.0
{% endif %}
matplotlib-base >=3.9.1
metis
Expand Down
2 changes: 1 addition & 1 deletion conda/configure_compass_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def main():
if local_mache:
mache = ''
else:
mache = '"mache=1.26.0"'
mache = '"mache=1.27.0"'

setup_install_env(env_name, activate_base, args.use_local, logger,
args.recreate, conda_base, mache)
Expand Down
4 changes: 2 additions & 2 deletions conda/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ albany_variants = +mpas~py+unit_tests
trilinos_variants =
# cmake newer than 3.23.0 needed for Trilinos
cmake = 3.23.0:
esmf = 8.6.1
esmf = 8.7.0
hdf5 = 1.14.3
lapack = 3.9.1
metis = 5.1.0
moab = 5.5.1
moab = master
netcdf_c = 4.9.2
netcdf_fortran = 4.6.1
petsc = 3.19.1
Expand Down

0 comments on commit 7948899

Please sign in to comment.