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

Adding required third party libraries should be easier #16

Open
zoinks2018 opened this issue Nov 13, 2020 · 0 comments
Open

Adding required third party libraries should be easier #16

zoinks2018 opened this issue Nov 13, 2020 · 0 comments

Comments

@zoinks2018
Copy link

Writing a Python based component that may import additional Python libraries currently requires creating a SharedLibrary for each required library which is documented here. Adding these Python SharedLibraries is achieved by first creating a C++ SharedLibrary then making many manual modifications to the XML, configure.ac and Makefile.am. This is a very convoluted and confusing process and is prone to errors. There should be an option to create a Python library that avoids all the manual editing. Furthermore, this should also be documented in the documentation and not in an old blog post and cover other packaging methods like wheels.

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

No branches or pull requests

1 participant