Skip to content

Commit ae41fa7

Browse files
Switch from yarp-cxx to libyarp (conda-forge#50)
automerged PR by conda-forge/automerge-action
2 parents b0db99a + 8ff3046 commit ae41fa7

File tree

9 files changed

+37
-97
lines changed

9 files changed

+37
-97
lines changed

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.ci_support/linux_64_.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ docker_image:
1616
- quay.io/condaforge/linux-anvil-cos7-x86_64
1717
fmt:
1818
- '10'
19+
libboost_devel:
20+
- '1.82'
21+
libmatio_cpp:
22+
- 0.2.3
1923
libopencv:
2024
- 4.8.1
2125
libosqp:

.ci_support/linux_aarch64_.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ docker_image:
2020
- quay.io/condaforge/linux-anvil-cos7-x86_64
2121
fmt:
2222
- '10'
23+
libboost_devel:
24+
- '1.82'
25+
libmatio_cpp:
26+
- 0.2.3
2327
libopencv:
2428
- 4.8.1
2529
libosqp:

.ci_support/osx_64_.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ cxx_compiler_version:
1414
- '16'
1515
fmt:
1616
- '10'
17+
libboost_devel:
18+
- '1.82'
19+
libmatio_cpp:
20+
- 0.2.3
1721
libopencv:
1822
- 4.8.1
1923
libosqp:

.ci_support/osx_arm64_.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ cxx_compiler_version:
1414
- '16'
1515
fmt:
1616
- '10'
17+
libboost_devel:
18+
- '1.82'
19+
libmatio_cpp:
20+
- 0.2.3
1721
libopencv:
1822
- 4.8.1
1923
libosqp:

.ci_support/win_64_.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

Lines changed: 21 additions & 5 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
@@ -124,7 +124,7 @@ outputs:
124124
- libmatio-cpp
125125
# Workaround for https://github.com/conda-forge/bipedal-locomotion-framework-feedstock/pull/42#issuecomment-1804057782
126126
- casadi
127-
- libboost
127+
- libboost-devel
128128
- pugixml
129129
- pcl >1.12
130130
- xorg-libxfixes # [linux]
@@ -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)