Skip to content

Commit

Permalink
remove implicit max_pin=x from run-export (#84)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Oct 13, 2024
2 parents 27e7c83 + f04de53 commit d594b39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: eb2df807c781601c14a260a507a5bb4509be1ee626024cb45acbd57cb9d4032b

build:
number: 0
number: 1
detect_binary_files_with_prefix: true

requirements:
Expand All @@ -38,7 +38,7 @@ outputs:
script: install.bat # [win]
build:
run_exports:
- {{ pin_subpackage("libre2-" ~ soversion) }}
- {{ pin_subpackage("libre2-" ~ soversion, max_pin=None) }}
# by adding this run-export, we avoid that different libre2-{X,Y} builds
# can be co-installed, because they then depend on different re2-versions
# (see below), and each re2 in turn requires a specific soversion.
Expand Down Expand Up @@ -88,7 +88,7 @@ outputs:
script: install.bat # [win]
build:
run_exports:
- {{ pin_subpackage("libre2-" ~ soversion) }}
- {{ pin_subpackage("libre2-" ~ soversion, max_pin=None) }}
requirements:
build:
# for strong run-exports
Expand Down

0 comments on commit d594b39

Please sign in to comment.