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

Feature Request: supply custom policy on a command line #144

Open
Kirill888 opened this issue Mar 29, 2019 · 2 comments
Open

Feature Request: supply custom policy on a command line #144

Kirill888 opened this issue Mar 29, 2019 · 2 comments

Comments

@Kirill888
Copy link

This is basically a duplicate of closed issue: #100

Right now I'm just patching policy.json in the virtual environment containing auditwheel, so the internals are there already.

Use case here is "internal distribution" of wheels with binary dependencies. While I could use supplied docker to build manylinux2010 compatible wheels I prefer to use more recent versions of compilers as performance difference for compiled numeric code can be significant in some cases.

I guess I can achieve the same with just customisable whitelist for linux target. I'm not really using compatibility checking part of auditwheel, only using repackaging part and would like to exclude some libraries from being included into the wheel.

I looked through the code and happy to make a PR if there is interest.

@ehashman
Copy link
Member

ehashman commented Apr 9, 2019

Feel free to make a PR for this, but I can't guarantee any fast turnaround times on review.

@yehonatanz
Copy link

Any plans for this? I could really benefit from such feature.
My use case is vendoring "in house" sos and their dependencies except for specific sos which I'd like to allow users to customize on their own, due to several compilation modes and patches existing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants