Skip to content

Commit

Permalink
loosen run-export to major version
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed May 14, 2023
1 parent ce9b756 commit 294924e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ source:
- patches/0011-make-CordzHandle-and-relevant-internal-state-use-ABS.patch

build:
number: 1
number: 2

outputs:
# default behaviour is shared; however note that upstream does not support
Expand All @@ -60,7 +60,9 @@ outputs:
build:
string: cxx{{ cxx_standard }}_h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}
run_exports:
- libabseil ={{ version }}=cxx{{ cxx_standard }}*
- {{ pin_subpackage("libabseil", max_pin="x") }}
# also pin on ABI variant
- libabseil =*=cxx{{ cxx_standard }}*

requirements:
build:
Expand Down

0 comments on commit 294924e

Please sign in to comment.