From be524e17b70df5b9c97ec5161929b666a673a9b4 Mon Sep 17 00:00:00 2001 From: Chris Kees <613654+cekees@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:48:00 -0500 Subject: [PATCH] Update build matrix (#18) * simplify meta data and make build matrix explicit for metis * increment build number * update pinning to existing binaries of metis --- recipe/conda_build_config.yaml | 8 ++++++++ recipe/meta.yaml | 18 ++++++++++-------- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 4112874..bbc5ef2 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -1,3 +1,11 @@ mpi: - mpich # [not win] - openmpi # [not win] + +metis: + - 5.1.0 + - 5.1.1 + - 5.2.1 + +pin_run_as_build: + metis: x.x.x diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 9bc4026..ec98d0f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ {% set name = "scorec" %} {% set version = "2.2.8" %} -{% set build = 2 %} +{% set build = 3 %} {% set sha256 = "5216d0d5ac031c9357a59986b1bc6f2cbdbac0356059e98a2bec78c1777a59e2" %} {% if mpi is not defined %} @@ -31,17 +31,19 @@ requirements: - {{ compiler('c') }} - {{ stdlib("c") }} - {{ compiler('cxx') }} + - git-lfs - cmake - make - - {{ mpi }} - - metis >=5.1.0 - - parmetis >=4.0.0 - - zoltan >=3.0.0 host: - {{ mpi }} - - metis >=5.1.0 - - parmetis >=4.0.0 - - zoltan >=3.0.0 + - metis + - parmetis + - zoltan + run: + - {{ mpi }} + - metis + - parmetis + - zoltan test: commands: