Skip to content
New issue

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

Correctly generate conda packages for packages that depend on vtk #1277

Merged
merged 2 commits into from
Sep 28, 2022

Conversation

traversaro
Copy link
Member

Fix #1276 .

@traversaro traversaro changed the title Correctly generate conda packages for package that depend on vtk Correctly generate conda packages for packages that depend on vtk Sep 27, 2022
@traversaro
Copy link
Member Author

@traversaro
Copy link
Member Author

traversaro commented Sep 27, 2022

Apparently now the job is failing due to:

2022-09-27T11:57:10.2663845Z CMake Error at /usr/share/miniconda/envs/test/conda-bld/find-superquadric_1664279402512/_build_env/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
2022-09-27T11:57:10.2665025Z   Could NOT find Boost: Found unsuitable version "1.74.0", but required is
2022-09-27T11:57:10.2665820Z   exact version "1.78.0" (found
2022-09-27T11:57:10.2666907Z   /usr/share/miniconda/envs/test/conda-bld/find-superquadric_1664279402512/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place/include,
2022-09-27T11:57:10.2667637Z   )
2022-09-27T11:57:10.2667961Z Call Stack (most recent call first):
2022-09-27T11:57:10.2668810Z   /usr/share/miniconda/envs/test/conda-bld/find-superquadric_1664279402512/_build_env/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:592 (_FPHSA_FAILURE_MESSAGE)
2022-09-27T11:57:10.2669798Z   /usr/share/miniconda/envs/test/conda-bld/find-superquadric_1664279402512/_build_env/share/cmake-3.24/Modules/FindBoost.cmake:2376 (find_package_handle_standard_args)
2022-09-27T11:57:10.2671170Z   /usr/share/miniconda/envs/test/conda-bld/find-superquadric_1664279402512/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place/lib/cmake/vtk-9.1/VTK-vtk-module-find-packages.cmake:444 (find_package)
2022-09-27T11:57:10.2672705Z   /usr/share/miniconda/envs/test/conda-bld/find-superquadric_1664279402512/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place/lib/cmake/vtk-9.1/vtk-config.cmake:150 (include)
2022-09-27T11:57:10.2673454Z   CMakeLists.txt:28 (find_package)

Not sure what the correct solution upstream is, so for the time being I just pinned boost-cpp at the local pinning level: 1d82372 .

New job: https://github.com/robotology/robotology-superbuild/actions/runs/3135534937 .

@traversaro
Copy link
Member Author

The Linux package are now correctly built. macOS and Windows are not built due to the max time spent, but this will be fixed by #1249 once blf is available in conda-forge .

@traversaro traversaro merged commit 244ca52 into master Sep 28, 2022
@traversaro traversaro deleted the fixfindsuperquadric branch September 28, 2022 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

generate-conda-packages CI failure end of September 2022
2 participants