Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 0 additions & 73 deletions recipe/891.patch

This file was deleted.

13 changes: 0 additions & 13 deletions recipe/898.patch

This file was deleted.

76 changes: 0 additions & 76 deletions recipe/914.patch

This file was deleted.

3 changes: 2 additions & 1 deletion recipe/build_cxx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ cmake --build . --config Release --target install

if [[ "${CONDA_BUILD_CROSS_COMPILATION:-}" != "1" || "${CROSSCOMPILING_EMULATOR:-}" != "" ]]; then
# QPInverseKinematicsUnitTests excluded as a workaround for https://github.com/conda-forge/bipedal-locomotion-framework-feedstock/issues/29
ctest --output-on-failure -E QPInverseKinematicsUnitTests -C Release
# excluded as a workaround for https://github.com/conda-forge/bipedal-locomotion-framework-feedstock/pull/102#issuecomment-2645529914
ctest --output-on-failure -E "QPInverseKinematicsUnitTests|YarpRobotLoggerDeviceUnitTests" -C Release
fi
11 changes: 4 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@
{% set name = "bipedal-locomotion-framework" %}
{% set namecxx = "libbipedal-locomotion-framework" %}
{% set namepython = "bipedal-locomotion-framework-python" %}
{% set version = "0.19.0" %}
{% set version = "0.20.0" %}

package:
name: bipedal-locomotion-framework-split
version: {{ version }}

source:
url: https://github.com/ami-iit/bipedal-locomotion-framework/archive/refs/tags/v{{ version }}.tar.gz
sha256: 0366fb751aaac0ec0a2cb8ef6d56af4527b822b80d104d747f9c1c1f77718282
patches:
- 891.patch
- 898.patch
- 914.patch
sha256: 48234c13d46fba6dacd8df88bd20dea16d489f7203a845204deafec2d4e9f633


build:
number: 9
number: 0

outputs:
# {{ namecxx }}
Expand Down