Skip to content

Commit eb7ded8

Browse files
bipedal-locomotion-framework v0.18.0 (conda-forge#53)
automerged PR by conda-forge/automerge-action
2 parents f33f5e2 + 9fd2c52 commit eb7ded8

File tree

8 files changed

+119
-10
lines changed

8 files changed

+119
-10
lines changed

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

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

.ci_support/win_64_.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
c_compiler:
2+
- vs2019
3+
channel_sources:
4+
- conda-forge
5+
channel_targets:
6+
- conda-forge main
7+
cxx_compiler:
8+
- vs2019
9+
fmt:
10+
- '10'
11+
libboost_devel:
12+
- '1.82'
13+
libmatio_cpp:
14+
- 0.2.3
15+
libopencv:
16+
- 4.8.1
17+
libosqp:
18+
- 0.6.3
19+
pin_run_as_build:
20+
python:
21+
min_pin: x.x
22+
max_pin: x.x
23+
pugixml:
24+
- '1.14'
25+
pybind11_abi:
26+
- '4'
27+
python:
28+
- 3.10.* *_cpython
29+
- 3.11.* *_cpython
30+
- 3.12.* *_cpython
31+
- 3.8.* *_cpython
32+
- 3.9.* *_cpython
33+
spdlog:
34+
- '1.12'
35+
target_platform:
36+
- win-64

.gitignore

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

.scripts/build_steps.sh

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

.scripts/run_docker_build.sh

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

README.md

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

azure-pipelines.yml

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

recipe/meta.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
{% set name = "bipedal-locomotion-framework" %}
22
{% set namecxx = "libbipedal-locomotion-framework" %}
33
{% set namepython = "bipedal-locomotion-framework-python" %}
4-
{% set version = "0.17.0" %}
4+
{% set version = "0.18.0" %}
55

66
package:
77
name: {{ name }}
88
version: {{ version }}
99

1010
source:
1111
url: https://github.com/ami-iit/bipedal-locomotion-framework/archive/refs/tags/v{{ version }}.tar.gz
12-
sha256: 5c19734f6db4b29a4595592ed9365ed10e4ee68dc2a3b8eadde9880821581df1
12+
sha256: 62de0cfd28c328098bc472a05fe6766f8290f96d0ba20a9ed53f17ba49ef8d8e
1313
patches:
1414

1515
build:
1616
number: 0
17-
skip: true # [win and py==38]
1817

1918
outputs:
2019
- name: {{ namecxx }}
@@ -58,6 +57,7 @@ outputs:
5857
- qhull
5958
- libopencv
6059
- pcl >1.12
60+
- onnxruntime-cpp
6161
# transitive public dependency of pcl
6262
- vtk-base
6363
- liblie-group-controllers
@@ -72,6 +72,7 @@ outputs:
7272
- liblie-group-controllers
7373
- tomlplusplus
7474

75+
7576
test:
7677
commands:
7778
- test -f ${PREFIX}/include/BipedalLocomotion/System/Advanceable.h # [unix]
@@ -164,6 +165,7 @@ outputs:
164165
- bipedal_locomotion_framework.bindings.floating_base_estimators
165166
- bipedal_locomotion_framework.bindings.ik
166167
- bipedal_locomotion_framework.bindings.math
168+
- bipedal_locomotion_framework.bindings.ml
167169
- bipedal_locomotion_framework.bindings.parameters_handler
168170
- bipedal_locomotion_framework.bindings.planners
169171
- bipedal_locomotion_framework.bindings.reduced_model_controllers

0 commit comments

Comments
 (0)