Skip to content

Commit

Permalink
Add run export to metapackage too (#26)
Browse files Browse the repository at this point in the history
* add run exports to the metapacakge too

* MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.39.0, and conda-forge-pinning 2024.09.01.02.49.40

---------

Co-authored-by: conda-forge-webservices[bot] <121827174+conda-forge-webservices[bot]@users.noreply.github.com>
Co-authored-by: Mark Harfouche <mark.harfouche@gmail.com>
Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Sep 3, 2024
1 parent cee42e2 commit 4eb888e
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 @@ -11,15 +11,15 @@ source:
- patches/0001-Patch-for-downstream.patch

build:
number: 0
number: 1
skip: true # [win]

outputs:
- name: coin-or-cbc
script: build_package.sh
build:
run_exports:
- {{ pin_subpackage("coin-or-cbc", min_pin='x.x', max_pin='x.x') }}
- {{ pin_subpackage("coin-or-cbc", max_pin='x.x') }}

requirements:
build:
Expand Down Expand Up @@ -67,6 +67,8 @@ outputs:
build:
noarch: generic
string: {{ PKG_BUILDNUM }}_metapackage
run_exports:
- {{ pin_subpackage("coin-or-cbc", max_pin='x.x') }}
requirements:
run:
- coin-or-cbc {{ version }}
Expand Down

0 comments on commit 4eb888e

Please sign in to comment.