Skip to content
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

Use bundled pybind11 for Python wrapper #1812

Merged
merged 2 commits into from
Aug 26, 2024
Merged

Use bundled pybind11 for Python wrapper #1812

merged 2 commits into from
Aug 26, 2024

Conversation

varunagrawal
Copy link
Collaborator

Force the use of the bundled pybind11 directory when compiling the Python wrapper.
This should hopefully fix issues like in #1720.

@varunagrawal varunagrawal self-assigned this Aug 25, 2024
@dellaert dellaert requested a review from ProfFan August 25, 2024 18:57
@dellaert
Copy link
Member

Adding Fan as reviewer

@dellaert
Copy link
Member

Also, CI fails :-(

@dellaert
Copy link
Member

I'll kill all CI for this push...

@dellaert
Copy link
Member

Did you try locally before pushing?

@varunagrawal
Copy link
Collaborator Author

Ah it's giving an error because we need to also point cmake to the Pybind11 directory so it can generate the pybind11Config.cmake file.

Figuring that out.

@varunagrawal
Copy link
Collaborator Author

varunagrawal commented Aug 25, 2024

@dellaert @ProfFan I think this PR should now fix all the segfault woes. Can you please try it out?

Copy link
Member

@dellaert dellaert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, this fixed the segfaults I saw on my system ! Thanks @varunagrawal !!!!

@dellaert dellaert merged commit 55e3ac5 into develop Aug 26, 2024
31 checks passed
@dellaert dellaert deleted the set-pybind11-path branch August 26, 2024 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants