Skip to content

Commit

Permalink
add fenics-basix-pybind11-abi output
Browse files Browse the repository at this point in the history
with run constraint on C compiler version, which changes the pybind11 abi
  • Loading branch information
minrk committed Jun 21, 2023
1 parent 0a178f6 commit 70d2257
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70d2257

Please sign in to comment.