-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[sdformat9] Add new port 🤖 #11265
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
[sdformat9] Add new port 🤖 #11265
Conversation
# Ruby is required by the sdformat build process | ||
vcpkg_find_acquire_program(RUBY) | ||
get_filename_component(RUBY_PATH ${RUBY} DIRECTORY) | ||
set(_path $ENV{PATH}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need to add this here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is used later (https://github.com/microsoft/vcpkg/pull/11265/files/e92e8c171b3e52fc0f4343958bd9a54c3cae6575#diff-0aa41acdc3ae5b35d9d840e2c97bd180R29) to restore the original path.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your clarification.
Co-authored-by: NancyLi1013 <[email protected]>
Co-authored-by: NancyLi1013 <[email protected]>
Co-authored-by: NancyLi1013 <[email protected]>
Cool, thanks @traversaro! |
What does your PR fix?
Which triplets are supported/not supported? Have you updated the CI baseline?
urdfdom
).Does your PR follow the maintainer guide?
As for the closely related ignition libraries (#7781, https://ignitionrobotics.org/) different major version of sdformat can be installed side by side, so each new major version is added as a new port.
In particular, sdformat9 is a dependency for Gazebo 11 (http://gazebosim.org/blog/gazebo11) and for Ignition Robotics Citadel (that contains Ignition Gazebo 3, see https://www.openrobotics.org/blog/2019/12/11/ignition-citadel-released).