-
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
Enable compilation of Python bindings of manif and bipedal-locomotion-framework also on Windows #838
Conversation
Before opening an issue in manif I want to check if this problem occurs also in the latest master branch. In conda-forge/manif-feedstock#13 the issue was solved compiling with clang-cl, but in the context of the superbuild compiling from source this may not be viable. For the time being, probably the easiest option is just to disable manifpy compilation on Windows. This may create problems if one compiles the robotology-superbuild from source and try to use the blf bindings, but I think that Python users are much more likely to just install conda binaries. |
blf windows build is failing with:
Better to try to fix this at the blf level first. |
@GiulioRomualdi there is any plan for a blf release that includes ami-iit/bipedal-locomotion-framework#380 ? It would be quite useful to unblock this. |
Hi @traversaro, blf 0.3.0 has been released today https://github.com/dic-iit/bipedal-locomotion-framework/releases/tag/v0.3.0 |
Thanks! |
blf will be updated to 0.3.0 in #853 . |
I rebased on the top of #853 and now everything is working as expected. I also re-generated the conda packages and they build fine, see https://github.com/robotology/robotology-superbuild/actions/runs/1166017858 . The PR is ready for review, the only CI failures are unrelated and already fixed in master by #855 . |
…-framework also on Windows (robotology#838)
Fix #802 .