-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add robotology-distro conda metapackage #727
Comments
The overall idea of having a package such that is that we could do release of it corresponding to the releases of the superbuild. This package will not depend directly on any other package, but it would just list all the specific version required by a distro as In this way, if somebody wanted for example to install
The alternative (that we currently suggest in the docs added in #852) is that the user need to manually inspect the tables in https://icub-tech-iit.github.io/documentation/sw_versioning_table/ to extract the version for each package that they need, so the previous install step will be instead:
But this is far from user friendly. |
Reading this line makes me wonder if perhaps it is more clear if we call the metapackage
|
To simplify this, it has been agreed to name future releases that copy from |
I added some steps in this direction in https://github.com/traversaro/robotology-superbuild/tree/fix727 . |
The work on https://github.com/traversaro/robotology-superbuild/tree/fix727 has progressed, and now the two recipes
see https://github.com/traversaro/robotology-superbuild/actions/runs/1757345540 . The strange thing is that |
I isolated the problem in
My guess is that the latest build of iDynTree compiled with osqp-eigen=0.7.0 are compiled with assimp 5.2.0, but gazebo-yarp-plugins in some way requires the latest dart, that is compiled with an earlier version of assimp. A rebuild of dart is a short term solution, but the proper solution is to add assip to conda-forge-pinnings. |
Proposed in conda-forge/conda-forge-pinning-feedstock#2455 . |
|
After this, now |
Finally, a successful build occured in https://github.com/traversaro/robotology-superbuild/actions/runs/1777679841 and the metapackages were correctly build: |
Details to be inserted.
The text was updated successfully, but these errors were encountered: