From 364a54483307a71e11e59bc2eee324e8ac56217e Mon Sep 17 00:00:00 2001 From: Ben Greiner Date: Fri, 19 Nov 2021 15:43:20 +0100 Subject: [PATCH 1/2] enable python3.10 for conda testing --- .github/workflows/slycot-build-and-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/slycot-build-and-test.yml b/.github/workflows/slycot-build-and-test.yml index 65cbb1b0..ef92ddcd 100644 --- a/.github/workflows/slycot-build-and-test.yml +++ b/.github/workflows/slycot-build-and-test.yml @@ -143,6 +143,7 @@ jobs: - 'windows' python: - '3.9' + - '3.10' steps: - name: Checkout Slycot From 3ac264c5e0428521d3b3d7a214722db29bf92f9b Mon Sep 17 00:00:00 2001 From: Ben Greiner Date: Wed, 29 Dec 2021 23:30:50 +0100 Subject: [PATCH 2/2] Mirror conda-forge feedstock: require make --- conda-recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 9ae18828..ada3382d 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -14,6 +14,7 @@ requirements: - {{ compiler('fortran') }} # [not win] - {{ compiler('c') }} - cmake + - make # [linux] - flang >=11 # [win] host: