Skip to content

Commit

Permalink
add dolfinx_mpc to basix abi patches
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Oct 1, 2024
1 parent c21742f commit 20ed9cf
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 20ed9cf

Please sign in to comment.