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

Do not place OpenGL libraries into wheels on manylinux* #241

Closed
mathstuf opened this issue May 19, 2020 · 2 comments · Fixed by #368
Closed

Do not place OpenGL libraries into wheels on manylinux* #241

mathstuf opened this issue May 19, 2020 · 2 comments · Fixed by #368
Labels

Comments

@mathstuf
Copy link

These libraries really need to come from the end machine, not the wheel. They don't work without a backing video driver and may not work if the package was built on a machine with a different driver than the end machine (e.g., mixing an nvidia driver libOpenGL with a Mesa DRI libOpenGL). The backing DRI libraries aren't packaged anyways, so they're of limited utility either way.

@mattip
Copy link

mattip commented Aug 17, 2022

I see that libGL is already part of the allowlist policies. Is there also a libOpenGL that should be allowlist-ed?

@mathstuf
Copy link
Author

mathstuf commented Nov 7, 2022

Note that the PR that closed this only adds an --exclude flag. Is there some way to have PyPI add this flag when verifying uploads? Or does this need a formal PEP?

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

Successfully merging a pull request may close this issue.

3 participants