-
-
Notifications
You must be signed in to change notification settings - Fork 72
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 ign packages to linux #146
Conversation
ef085dd
to
6e2d044
Compare
6e2d044
to
dc428ec
Compare
looks like the |
It was listed in the package list , should that be removed? |
I think that package is |
Ah. That'll do it. Thanks @traversaro |
Triggered the build - let's see what happens. |
Seems like osx is failing - check patch/add_dependencies.yaml and add gtest for the failing package. |
Same error on Windows.. |
Any clue why the ci doesn't get triggered @wolfv? |
ign-gazebo is currently not build for OSX and win, see conda-forge/libignition-gazebo-feedstock#2 |
Cc @traversaro |
This now fails because of incompatible ign versions - we are overwriting gazebo3 (citadel) with gazebo5 (edifice) as this is the first available version for win on conda-forge, but would need to do the same for transport & msgs (map from citadel to edifice). Any objections against this weird mapping? We should probably just do this for all platforms .. |
This now fails because ros-noetic-pluginlib-1.13.0-py38h508dd2d_5 needs tinyxml2=8 .. |
We probably need a full rebuild here, too :( |
Ok for me. When everything works and the amount of fixes is reduced, we can think of using the LTS (perhaps Fortress, see https://ignitionrobotics.org/docs/all/releases) or having alternatives, but for the time being just using the latest make more sense. |
Hi @traversaro - just to confirm, this PR won’t be possible as Noetic only works with Fortress, but we don’t build Fortress for Windows anymore? |
Yes, I am afraid unless we make sure that Fortress packages works on Windows, this PR can't work. |
Ok thanks Silvio! I assume getting things to work won’t be trivial, so let’s close here. If there are interested people we could guide them in the right direction. |
Hi @raghavauppuluri13 - feel free to let us know if you are still interested in this for Windows - we can point you in the right direction if you would like to contribute. |
No description provided.