Skip to content

Commit

Permalink
patch packages affected by missing run_exports from petsc, fenics-lib…
Browse files Browse the repository at this point in the history
…dolfinx rattler-build bug (#971)

automerged PR by conda-forge/automerge-action
  • Loading branch information
conda-forge-admin authored Mar 5, 2025
2 parents ed8d2ca + 435f4ca commit 811d8b4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions recipe/patch_yaml/petsc_rattler_tighten.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
if:
has_depends: petsc *
not_has_depends: petsc >=*
timestamp_lt: 1741092174000
timestamp_gt: 1738128903000
then:
- add_depends:
- petsc >=3.22.3,<3.23.0a0
---
if:
has_depends: fenics-dolfinx
not_has_depends: fenics-libdolfinx
not_subdir_in: noarch
timestamp_lt: 1741092174000
timestamp_gt: 1736935395000
then:
- add_depends:
- fenics-libdolfinx >=0.9.0,<0.9.1a0

0 comments on commit 811d8b4

Please sign in to comment.