-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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 recipe for bipedal-locomotion-framework #20432
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Hi! This is the friendly automated conda-forge-linting service. I was trying to look for recipes to lint for you, but couldn't find any. |
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Hi! This is the friendly automated conda-forge-linting service. I was trying to look for recipes to lint for you, but couldn't find any. |
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
The python bindings are failing with:
Not sure it is trying to install openssl 3.0.5 . However, the problem is that there are no qt build with openssl, so eventually this should be fixed by conda-forge/qt-main-feedstock#50 . |
@GiulioRomualdi are you interested in mantaining this recipe? |
Yes sure! |
I forgot to package a dependency, unicycle-footstep-planner. |
I proposed a recipe for this missing package in #20752 . |
Linux and macOS tests are failing with:
Possibly related to ami-iit/bipedal-locomotion-framework#386 . |
By looking a bit more it seems taht or some raeson |
Now test is failing with:
probably again some issue of ongoing migrations. |
To avoid the problem, we temporary disable the PCL dependency. We can work on enabling once the recipe has been merged. |
Even by using the latest manifpy build, the error is still there. |
I think the error may be much simpler. Basically the manif type are loaded by this line: https://github.com/ami-iit/bipedal-locomotion-framework/blob/bb20f7e4a267a0eb5c377f43a3e7c278ac48ce4b/bindings/python/bipedal_locomotion_framework.cpp.in#L74 , but that is only compiled in if |
@conda-forge/core the recipe is ready for review |
Thanks @xhochy ! |
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).