feat: added cmake for Ubuntu resolute#64
Conversation
arntanguy
left a comment
There was a problem hiding this comment.
I'll have a look during the week.
In the meanwhile, I'm curious considering you went ahead and fixed a cython issue with Eigen3ToPython, I suppose you got everything to build with cython bindings?
If that's the case, didn't you also run into issues with:
- having to create a virtualenv for python packages
- use of setuptools/distutils
- other issues?
If I recall correctly, this was a sticking point when we tried for ubuntu noble (then we went on rewriting python bindings with nanobind and never revisited the issue).
|
My goal was for the default However you are right that I should have encountered some issues with the new python behaviour; I think my |
|
I got it to build locally in an ubuntu 24.04 devcontainer with your cython patches: #56 |
Based on mc-rtc#64 Direct build on github actions in build.yml workflow is not enabled as the runner is not yet available...
Based on mc-rtc#64 Direct build on github actions in build.yml workflow is not enabled as the runner is not yet available...
|
Superseeded by #56 where CI and devcontainer generation is running for jammy, noble and resolute. |
Superbuild compiles with the following changes:
edit: