Skip to content

Commit

Permalink
Merge pull request #111 from isuruf/run_exports
Browse files Browse the repository at this point in the history
Fix run_exports
  • Loading branch information
ocefpaf authored Jan 15, 2024
2 parents 7572a54 + 7ef8c73 commit b139935
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ source:
- 0002-Make-and-install-a-pkg-config-file-on-Windows.patch

build:
number: 0
number: 1
run_exports:
# remove symbols at minor versions.
# remove symbols at minor versions according to
# https://abi-laboratory.pro/tracker/timeline/libxml2/
- {{ pin_subpackage('libxml2', max_pin='x.x') }}
# but the analysis is incorrect. abi-laboratory has a hard
# time with shared libraries with versioned objects.
- {{ pin_subpackage('libxml2', max_pin='x') }}

requirements:
build:
Expand Down Expand Up @@ -55,6 +57,7 @@ about:

extra:
recipe-maintainers:
- isuruf
- ocefpaf
- jakirkham
- gillins
Expand Down

0 comments on commit b139935

Please sign in to comment.