Skip to content

Commit

Permalink
Merge pull request #7 from jeongseok-meta/run_export
Browse files Browse the repository at this point in the history
Remove unnecessary dependencies
  • Loading branch information
jeongseok-meta authored Sep 1, 2024
2 parents bae23c7 + 9362e6b commit 94be4fc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ source:
- ubuntu-prevent-double-free.patch # [linux]

build:
number: 4
number: 5
run_exports:
- {{ pin_subpackage('dispenso', max_pin='x.x') }}
ignore_run_exports:
- libstdcxx-ng # [linux]

requirements:
build:
Expand All @@ -26,12 +24,6 @@ requirements:
- {{ stdlib('c') }}
- cmake
- ninja # [not win]
host:
- libstdcxx-ng # [linux]
- libgcc-ng # [linux]
run:
- libstdcxx-ng # [linux]
- libgcc-ng # [linux]

test:
commands:
Expand Down

0 comments on commit 94be4fc

Please sign in to comment.