Skip to content

Commit

Permalink
fix ignore_run_exports
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmmacleod committed Sep 2, 2024
1 parent 55b46ab commit 7da9c72
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,8 @@ outputs:
- name: gds-base-monitors
script: install-base-monitors.sh
build:
ignore_run_exports_from:
# the build needs the c++ compiler, but doesn't
# link against it
- {{ compiler('cxx') }}
ignore_run_exports:
- libstdcxx
run_exports:
- {{ pin_subpackage("gds-base-monitors", max_pin="x") }}
requirements:
Expand Down

0 comments on commit 7da9c72

Please sign in to comment.