You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are packages like cmake that can provide prebuilt binaries. Maybe it's possible to provide OpenDDS libraries and binaries using a Python wheel, in pyopendds itself or maybe better in a separate opendds package. Also maybe cmake should be added to the dependencies so the user doesn't have to worry about having it.
If PyOpenDDS provides OpenDDS and CMake it should be easy or even automatic detected to not use ones from the Python packages.
The text was updated successfully, but these errors were encountered:
This is more of a infrastructure of getting prebuilt OpenDDS, while the other is solvable within PyOpenDDS once the proper CMake support for OpenDDS is in place.
There are packages like
cmake
that can provide prebuilt binaries. Maybe it's possible to provide OpenDDS libraries and binaries using a Python wheel, inpyopendds
itself or maybe better in a separateopendds
package. Also maybecmake
should be added to the dependencies so the user doesn't have to worry about having it.If PyOpenDDS provides OpenDDS and CMake it should be easy or even automatic detected to not use ones from the Python packages.
The text was updated successfully, but these errors were encountered: