From 1a938979e6614c23d048a716616650b6328b4815 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Wed, 22 Jan 2025 07:55:08 +1100 Subject: [PATCH] skip some false positives in flang-migration --- recipe/migrations/flang19.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipe/migrations/flang19.yaml b/recipe/migrations/flang19.yaml index c249e2de12..97afb07103 100644 --- a/recipe/migrations/flang19.yaml +++ b/recipe/migrations/flang19.yaml @@ -33,6 +33,11 @@ __migrator: override_cbc_keys: - fortran_compiler_stub exclude: + # these packages should be skipped because they're not built on windows, which + # contradicts platform_allowlist, see https://github.com/regro/cf-scripts/issues/3436 + - mpich + - mvapich + - openmpi # exclude r-packages, which generally use m2w64-stack consistently - r-base - r-acepack