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

Only bundle some select libraries #339

Closed
FFY00 opened this issue Sep 23, 2021 · 2 comments
Closed

Only bundle some select libraries #339

FFY00 opened this issue Sep 23, 2021 · 2 comments

Comments

@FFY00
Copy link
Member

FFY00 commented Sep 23, 2021

Hello, I have a use-case where I only want auditwheel to bundle certain libraries. i.e. I only want auditwheel to bundle libfoo1.so and libfoo2.so. Would it be possible to allow doing this?

From #82 (comment):

In my use-case in specific, I am writing a backend that packages Meson projects into Python wheels. I use auditwheel to both include system dependencies, so that the wheels can be distributed on PyPI, but also include Meson built artifacts in the wheels.
The issue is that I want to make the inclusion of system libraries optional, as that is undesirable for many distro packagers and/or users. For this, I would need to run the wheel repair process with a custom policy, to only include the Meson artifacts.

@FFY00
Copy link
Member Author

FFY00 commented Sep 23, 2021

I just noticed #310's --include would solve this.

@lkollar
Copy link
Contributor

lkollar commented Sep 18, 2023

I think you could achieve this with the --exclude option now. If you think an --include flag would be still useful, feel free to reopen this.

@lkollar lkollar closed this as completed Sep 18, 2023
@lkollar lkollar changed the title Only bundle some select libraires Only bundle some select libraries Sep 18, 2023
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

2 participants