Skip to content

Commit

Permalink
Update to 1.2.0-alpha.7
Browse files Browse the repository at this point in the history
This merge also updates mache to 1.17.0, which updates support
for Chicoma.
  • Loading branch information
xylar committed Dec 2, 2023
1 parent cebf950 commit 0df6e86
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion compass/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.0-alpha.6'
__version__ = '1.2.0-alpha.7'
2 changes: 1 addition & 1 deletion conda/compass_env/spec-file.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jigsawpy=0.3.3
jupyter
lxml
{% if include_mache %}
mache=1.16.0
mache=1.17.0
{% endif %}
matplotlib-base
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 @@ -101,7 +101,7 @@ def main():
if local_mache:
mache = ''
else:
mache = '"mache=1.16.0"'
mache = '"mache=1.17.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/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "compass" %}
{% set version = "1.2.0alpha.6" %}
{% set version = "1.2.0alpha.7" %}
{% set build = 0 %}

{% if mpi == "nompi" %}
Expand Down Expand Up @@ -54,7 +54,7 @@ requirements:
- jigsawpy 0.3.3
- jupyter
- lxml
- mache 1.16.0
- mache 1.17.0
- matplotlib-base
- metis
- mpas_tools 0.26.0
Expand Down

0 comments on commit 0df6e86

Please sign in to comment.