Skip to content

Commit

Permalink
Update conda recipe
Browse files Browse the repository at this point in the history
Even though it's not really used...
  • Loading branch information
xylar committed Mar 12, 2024
1 parent aaa400e commit 0f25f31
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 0f25f31

Please sign in to comment.