From 20ed9cf7a91046aa0a42086ba0c425944a4d821e Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 1 Oct 2024 09:42:41 +0200 Subject: [PATCH] add dolfinx_mpc to basix abi patches --- recipe/patch_yaml/fenics-basix-compiler.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/recipe/patch_yaml/fenics-basix-compiler.yaml b/recipe/patch_yaml/fenics-basix-compiler.yaml index 53b6feb27..7144bcea4 100644 --- a/recipe/patch_yaml/fenics-basix-compiler.yaml +++ b/recipe/patch_yaml/fenics-basix-compiler.yaml @@ -36,3 +36,22 @@ if: has_depends: libcxx >=16 then: - add_constrains: clangxx 16.* +# apply matching constraint on dolfinx_mpc +--- +if: + name: dolfinx_mpc + version: 0.8.* + timestamp_lt: 1727766271000 + subdir_in: linux-* + has_depends: libstdcxx-ng >=12 +then: + - add_constrains: gxx_impl_${subdir} 12.* +--- +if: + name: dolfinx_mpc + version: 0.8.* + timestamp_lt: 1727766271000 + subdir_in: osx-* + has_depends: libcxx >=16 +then: + - add_constrains: clangxx 16.*