-
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
Fix python syntax in matlab-whole-body-simulator multisheller scripts and switch ergocub-software to use conda package from conda-forge #1639
Conversation
There was a problem, new run: https://github.com/robotology/robotology-superbuild/actions/runs/8817941386 . |
Now the build failed with:
This is not easy to interpreter, but I guess the problem is that we are trying to pin to an old version of ipopt and a new version of idyntree, and there is no new version of idyntree compatible with such an old version of ipopt. Let's see if there is something to clean up. |
Indeed, the problem was an old workaround: 6b666fc . New job: https://github.com/robotology/robotology-superbuild/actions/runs/8819849615 . |
New failure:
The problem is probably related to conda-forge/vtk-feedstock#321 . To be honest, I think this is just a false problem, as we are inserting expat as a dependency in a lot of packages even if it is not actually necessary. Accordingly to
|
While this could be a nice improvement, note that it can be still problematic due to #1607 (comment) . |
Cool, removing the
However, we can track this in a separate issue, as this does not block uploading new version of the packages. Actually, probably we can wait a day or two to check if conda-forge/staged-recipes#26175 is merged, so that we can avoid building ergocub-software in robotology channel. |
ergocub-software was moved to conda-forge, let's remove the corresponding multisheller scripts and add the appropriate parameter to signal to the conda package generation machinery that the ergocub-software from conda-forge should be used. |
Fix #1634 .
Test run of the conda package generation CI scripts: https://github.com/robotology/robotology-superbuild/actions/runs/8817191771 .