Add --exclude option to auditwheel repair by martinRenou · Pull Request #368 · pypa/auditwheel (original) (raw)
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
martinRenou changed the title
Add --exclude option Add --exclude option to auditwheel repair
auvipy previously requested changes Apr 4, 2022
This allows excluding libraries from the resulting wheels, like OpenGL or Vulkan, which are provided by the OS.
We have fairly complex code in a test to build the numpy wheels. We can
extract this and reuse it in other tests in the future which need a
cleanly build wheel before testing auditwheel repair
functionality.
Build numpy from source and when repairing, exclude the gfortran library. This is only tested in a single manylinux image to avoid increasing the test time too much, as the functionality is not dependent on the platform.
This was referenced
Feb 3, 2024
Di-Is mentioned this pull request