Skip to content

Commit 157f4d8

Browse files
authored
Switch from yarp-cxx to libyarp
1 parent b0db99a commit 157f4d8

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

recipe/meta.yaml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ source:
1313
patches:
1414

1515
build:
16-
number: 0
16+
number: 1
1717
skip: True # [win and py==38]
1818

1919
outputs:
@@ -37,12 +37,12 @@ outputs:
3737
- {{ cdt('libxxf86vm') }} # [linux]
3838
- {{ cdt('libxext') }} # [linux]
3939
# YARP idl tools are used in this recipe
40-
- yarp-cxx # [build_platform != target_platform]
40+
- libyarp # [build_platform != target_platform]
4141
host:
4242
- eigen
4343
- idyntree
4444
- manif
45-
- yarp-cxx
45+
- libyarp
4646
- tomlplusplus
4747
- librobometry
4848
- fmt
@@ -114,7 +114,7 @@ outputs:
114114
- pybind11
115115
- pybind11-abi
116116
- liblie-group-controllers
117-
- yarp-cxx
117+
- libyarp
118118
- tomlplusplus
119119
- idyntree
120120
- fmt
@@ -158,6 +158,22 @@ outputs:
158158
test:
159159
imports:
160160
- bipedal_locomotion_framework
161+
- bipedal_locomotion_framework.bindings.contacts
162+
- bipedal_locomotion_framework.bindings.continuous_dynamical_system
163+
- bipedal_locomotion_framework.bindings.conversions
164+
- bipedal_locomotion_framework.bindings.floating_base_estimators
165+
- bipedal_locomotion_framework.bindings.ik
166+
- bipedal_locomotion_framework.bindings.math
167+
- bipedal_locomotion_framework.bindings.parameters_handler
168+
- bipedal_locomotion_framework.bindings.planners
169+
- bipedal_locomotion_framework.bindings.reduced_model_controllers
170+
- bipedal_locomotion_framework.bindings.robot_interface
171+
- bipedal_locomotion_framework.bindings.simplified_model_controllers
172+
- bipedal_locomotion_framework.bindings.system
173+
- bipedal_locomotion_framework.bindings.text_logging
174+
- bipedal_locomotion_framework.bindings.tsid
175+
- bipedal_locomotion_framework.bindings.yarp_utilities
176+
161177

162178
about:
163179
home: https://github.com/ami-iit/bipedal-locomotion-framework

0 commit comments

Comments
 (0)