-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
update libkdtree #18073
base: main
Are you sure you want to change the base?
update libkdtree #18073
Conversation
How about using a submodule for this instead? That way:
|
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.
Yes, we can make it a sub-module.
Sure.
It's not really big. Most of the PR is about to put the automake stuff back that we will never use. The only change actually is to re-enable the copy constructor of the iterator class. The copy constructor once has been disabled with 3883ef3 because it caused some compiler warnings in the mesh module. So, when we make this a sub-module is there a way to apply a patch to disable the copy constructor again? |
As far as I know, you can't apply local patches directly to submodules. Instead, the process would look like this:
When you want to pull in changes from the original
|
update libkdtree to last version