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

Switch to cmake-build-extension, Support Windows #36

Merged

Conversation

iguessthislldo
Copy link
Member

Currently using custom code to allow the setup to invoke CMake to build the native Python extension. cmake-build-extension, which didn't exist when the PyOpenDDS was created, can now take over that role. It requires the cmake PyPi package, so it sorta forces the CMake part of #29. It also apparently has some extra functionality where it can install native dependencies so it might also eventually be used to help solve the OpenDDS part of #29.

Some better CMake support also makes it easier to support Windows with some a little more work on the other parts of PyOpenDDS, which partially addresses #35.

@iguessthislldo iguessthislldo added this to the v0.2.0 milestone Nov 12, 2021
It still uses release for temporary directory name on windows and I'm
not entirely sure this is correct.
@iguessthislldo iguessthislldo marked this pull request as ready for review December 12, 2021 21:38
@iguessthislldo iguessthislldo merged commit b342038 into OpenDDS:master Dec 12, 2021
@iguessthislldo iguessthislldo deleted the igtd/cmake-build-extension branch December 12, 2021 21:48
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.

1 participant