You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An all OSs the Generate conda packages job is failing with error similar to:
2021-10-26T01:52:47.3685722Z %SRC_DIR%\build\bindings\python\bipedal_locomotion_framework.cpp(28,10): fatal error C1083: Cannot open include file: 'BipedalLocomotion/bindings/Planners/Module.h': No such file or directory [%SRC_DIR%\build\bindings\python\pybind11_blf.vcxproj]
As we do not have any failure in normal CI, my guess is some dependency required for Planners/Bindings that is installed for the robotology-superbuild as an whole, but is not listed as a blf dependency in
. Note that qhull/cppad and all other dependencies that are part of the superbuild should already be covered as the fact that they are a conda-forge-provided dependency is encoded via the <pkg_name>_CONDA_PKG_CONDA_FORGE_OVERRIDE CMake option, see
As we do not have any failure in normal CI, my guess is some dependency required for Planners/Bindings that is installed for the robotology-superbuild as an whole
Actually the planners component seems to be built.
An all OSs the
Generate conda packages
job is failing with error similar to:or
See https://github.com/robotology/robotology-superbuild/actions/runs/1383461585 .
As we do not have any failure in normal CI, my guess is some dependency required for Planners/Bindings that is installed for the robotology-superbuild as an whole, but is not listed as a blf dependency in
robotology-superbuild/cmake/Buildbipedal-locomotion-framework.cmake
Line 63 in b1fa7c7
<pkg_name>_CONDA_PKG_CONDA_FORGE_OVERRIDE
CMake option, seerobotology-superbuild/cmake/BuildCppAD.cmake
Line 15 in 545ec06
The text was updated successfully, but these errors were encountered: