Skip to content

Commit

Permalink
Merge pull request #962 from mahf708/update-ncvis-pins
Browse files Browse the repository at this point in the history
stricter upper pin on dep wxwidgets
  • Loading branch information
hmaarrfk authored Feb 19, 2025
2 parents 3bfedde + 76eaaa0 commit 28d68e6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions recipe/patch_yaml/wxwidgets.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# wxwidgets broke abi compatiblity in 3.2.6
# see issue https://github.com/wxWidgets/wxWidgets/issues/25173
# so we are tightening the upper bin going forward, starting with 3.2.5
if:
subdir_in: [osx-64, osx-arm64]
has_depends: wxwidgets >=3.2.5,<3.3.0a0
timestamp_lt: 1739974364803
then:
- tighten_depends:
name: wxwidgets
max_pin: 'x.x.x'

0 comments on commit 28d68e6

Please sign in to comment.