From dedc5dae7547c833eafcdb0c8a4be1497613d7b1 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 19 Aug 2024 14:55:20 -0400 Subject: [PATCH 1/2] Update meta.yaml --- conda.recipe/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index ce9119a..f771854 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -12,6 +12,8 @@ build: requirements: build: - {{ compiler('cxx') }} + - {{ stdlib('c') }} + - {{ compiler('c') }} host: - python From 91dd6f6c4d5c94e4b5c1e4ae016667a0166b2663 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 19 Aug 2024 15:25:40 -0400 Subject: [PATCH 2/2] Update conda.yml --- .github/workflows/conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index e49d058..c98a850 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -39,7 +39,7 @@ jobs: run: conda install conda-build conda-verify - name: Build - run: conda build conda.recipe + run: conda build -c conda-forge conda.recipe - name: Install run: conda install -c ${CONDA_PREFIX}/conda-bld/ python_example