From 0f25f31ab6d21e79ceddbf674925d15e35e1d402 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Tue, 12 Mar 2024 13:16:53 -0500 Subject: [PATCH] Update conda recipe Even though it's not really used... --- conda/recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/recipe/meta.yaml b/conda/recipe/meta.yaml index 7cef5e05d6..ce56cba8cf 100644 --- a/conda/recipe/meta.yaml +++ b/conda/recipe/meta.yaml @@ -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" %} @@ -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 @@ -84,7 +84,7 @@ requirements: - make - {{ mpi }} - netcdf-fortran - - scorpio 1.3.2 {{ mpi_prefix }}_* + - parallelio 2.6.2 {{ mpi_prefix }}_* {% endif %} test: