Skip to content

Commit

Permalink
Cleanup workarounds for idyntree and onnxruntime issues
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jan 25, 2024
1 parent 8ed670e commit 9fd2c52
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ source:

build:
number: 0
skip: true # [win and py==38]

outputs:
- name: {{ namecxx }}
Expand Down Expand Up @@ -58,8 +57,7 @@ outputs:
- qhull
- libopencv
- pcl >1.12
# Workaround for https://github.com/conda-forge/bipedal-locomotion-framework-feedstock/pull/52#issuecomment-1900211324
- onnxruntime-cpp 1.16.3
- onnxruntime-cpp
# transitive public dependency of pcl
- vtk-base
- liblie-group-controllers
Expand All @@ -73,8 +71,7 @@ outputs:
- eigen
- liblie-group-controllers
- tomlplusplus
# Workaround for https://github.com/conda-forge/bipedal-locomotion-framework-feedstock/pull/52#issuecomment-1900211324
- onnxruntime-cpp 1.16.3


test:
commands:
Expand Down Expand Up @@ -120,8 +117,7 @@ outputs:
- liblie-group-controllers
- libyarp
- tomlplusplus
# Temporary workaround for https://github.com/conda-forge/bipedal-locomotion-framework-feedstock/pull/53
- idyntree 10.2.0
- idyntree
- fmt
- spdlog
- libopencv
Expand Down

0 comments on commit 9fd2c52

Please sign in to comment.