Skip to content

Commit

Permalink
Extend run_exports with Ignition dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Oct 20, 2021
1 parent e6118d2 commit aabe0b4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions recipes/gym-ignition/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ outputs:
build:
run_exports:
- {{ pin_subpackage("libscenario", max_pin="x.x") }}
# These should be exported by Ignition
- {{ pin_compatible('libsdformat12') }}
- {{ pin_compatible('libignition-math6') }}
- {{ pin_compatible('libprotobuf') }}
- {{ pin_compatible('libignition-common4') }}
- {{ pin_compatible('libignition-msgs8') }}
- {{ pin_compatible('libignition-math6') }}
requirements:
build:
- cmake
Expand All @@ -32,6 +39,13 @@ outputs:
- idyntree
- libignition-gazebo6
run:
# These should be exported by Ignition
- {{ pin_compatible('libsdformat12') }}
- {{ pin_compatible('libignition-math6') }}
- {{ pin_compatible('libprotobuf') }}
- {{ pin_compatible('libignition-common4') }}
- {{ pin_compatible('libignition-msgs8') }}
- {{ pin_compatible('libignition-math6') }}
test:
commands:
- test -f ${PREFIX}/lib/libGazeboSimulator.so # [linux]
Expand Down

0 comments on commit aabe0b4

Please sign in to comment.