Skip to content

Commit

Permalink
tighten pin on all packages using wxwidgets
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 committed Feb 19, 2025
1 parent 578b1c4 commit 2abb47d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
7 changes: 0 additions & 7 deletions recipe/patch_yaml/ncvis-climate.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions recipe/patch_yaml/wxwidgets.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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:
has_depends: wxwidgets >=3.2.5,<3.3.0a0
then:
- tighten_depends:
name: wxwidgets
max_pin: 'x.x.x'

0 comments on commit 2abb47d

Please sign in to comment.