We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In https://github.com/robotology/robotology-superbuild/actions/runs/808472915, we experienced a failure because blocktest is being built with the recently released Boost 1.76 (conda-forge/boost-feedstock#115, robotology/blocktest#47).
This highlighted that to avoid differences in the version installed in our binaries vs the binaries compiled via conda-forge, we need to build our packages by considering on the top of our local conda_build_config.yml (see https://github.com/robotology/robotology-superbuild/blob/master/conda/conda_build_config.yml) the conda_build_config.yml of conda-forge contained in https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/master/recipe/conda_build_config.yaml, that contains the specific pinned version of dependencies used in conda-forge . In this case, using that files would have built blocktest with Boost 1.74, as it happens on conda-forge source build, where bullet is installed also as a dependency of Gazebo, and so with version 1.74 .
conda_build_config.yml
The text was updated successfully, but these errors were encountered:
This will help for #641 .
Sorry, something went wrong.
Fixed in #710 .
No branches or pull requests
In https://github.com/robotology/robotology-superbuild/actions/runs/808472915, we experienced a failure because blocktest is being built with the recently released Boost 1.76 (conda-forge/boost-feedstock#115, robotology/blocktest#47).
This highlighted that to avoid differences in the version installed in our binaries vs the binaries compiled via conda-forge, we need to build our packages by considering on the top of our local
conda_build_config.yml
(see https://github.com/robotology/robotology-superbuild/blob/master/conda/conda_build_config.yml) theconda_build_config.yml
of conda-forge contained in https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/master/recipe/conda_build_config.yaml, that contains the specific pinned version of dependencies used in conda-forge . In this case, using that files would have built blocktest with Boost 1.74, as it happens on conda-forge source build, where bullet is installed also as a dependency of Gazebo, and so with version 1.74 .The text was updated successfully, but these errors were encountered: