From 70d225767f3c0ea9f3d950ab388606690d29b480 Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 21 Jun 2023 13:24:44 +0200 Subject: [PATCH] add fenics-basix-pybind11-abi output with run constraint on C compiler version, which changes the pybind11 abi --- recipe/meta.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index cebd4fb..3086d1c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -64,6 +64,17 @@ outputs: commands: - pytest -v test/test_create.py + - name: fenics-basix-pybind11-abi + summary: explicit dependency for fenics-basix pybind11 abi + requirements: + run: + - {{ pin_subpackage('fenics-basix', exact=True) }} + # changing C++ compiler version changes ABI + run_constrained: + - {{ cxx_compiler }} {{ cxx_compiler_version }} + test: + imports: + - basix about: home: https://fenicsproject.org