-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[ompl,omplapp] Overhaul #43987
[ompl,omplapp] Overhaul #43987
Conversation
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.
Could it be changed to CMAKE_DISABLE_FIND_PACKAGE_
?
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.
No. ompl
and omplapp
rely on extra functions and macros being added by its own FindPython.cmake
. This is solved by the noop module vendored into the port.
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.
The port installation tests pass with the following triplets:
- x64-linux
- x64-windows
Reliably control/disable dependencies.
Update omplapp to 1.6.0, and reuse instead of duplicate ompl. We are aware of the embedding at least since #40151.
Extend ompl CMake config with omplapp targets.
Cleanup.
It is really just at at the edge of "to remove
omplapp
and addompl[app]
which locks the inner ompl sources at the same value", as suggested by @BillyONeal in #40151 (comment).