From cd84ee817bf166d8ad9ddb0ca8899fa0db763c71 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Fri, 28 Jul 2023 13:27:08 +1100 Subject: [PATCH] remove `libfortran-main_{{ target_platform }}` we don't need cross-compilation capabilities for now, linux & osx have gfortran anyway, and win-arm64 is not ready yet. --- recipe/meta.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8bb4985..d98283a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -139,10 +139,6 @@ outputs: requirements: - {{ pin_subpackage('flang', exact=True) }} - - name: libfortran-main_{{ target_platform }} - requirements: - - {{ pin_subpackage('libfortran-main', exact=True) }} - about: home: https://flang.llvm.org