Skip to content

Commit

Permalink
Merge pull request #866 from minrk/also-mpc
Browse files Browse the repository at this point in the history
add dolfinx_mpc to basix abi patches
  • Loading branch information
ocefpaf authored Mar 5, 2025
2 parents 811d8b4 + 20ed9cf commit 90c9c13
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions recipe/patch_yaml/fenics-basix-compiler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*

0 comments on commit 90c9c13

Please sign in to comment.