Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mpas_tools to 0.31.0 and compass to 1.2.0-alpha.10 #792

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9'
__version__ = '1.2.0-alpha.10'
2 changes: 1 addition & 1 deletion conda/compass_env/spec-file.template
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mache=1.17.0
{% endif %}
matplotlib-base
metis
mpas_tools=0.29.0
mpas_tools=0.31.0
nco
netcdf4=*=nompi_*
numpy
Expand Down
6 changes: 3 additions & 3 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.8" %}
{% set version = "1.2.0alpha.10" %}
{% set build = 0 %}

{% if mpi == "nompi" %}
Expand Down Expand Up @@ -57,7 +57,7 @@ requirements:
- mache 1.17.0
- matplotlib-base
- metis
- mpas_tools 0.26.0
- mpas_tools 0.31.0
- nco
- netcdf4 * nompi_*
- numpy
Expand All @@ -84,7 +84,7 @@ requirements:
- make
- {{ mpi }}
- netcdf-fortran
- scorpio 1.3.2 {{ mpi_prefix }}_*
- parallelio 2.6.2 {{ mpi_prefix }}_*
{% endif %}

test:
Expand Down
Loading