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

@martinRenou martinRenou changed the titleAdd --exclude option Add --exclude option to auditwheel repair

Feb 5, 2022

mayeut

mayeut

mayeut

mayeut

alexsavulescu

ferdonline

auvipy

auvipy previously requested changes Apr 4, 2022

@rossant @lkollar

This allows excluding libraries from the resulting wheels, like OpenGL or Vulkan, which are provided by the OS.

@lkollar

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.

@lkollar

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.

@mayeut

@mayeut

This was referenced

Feb 3, 2024

@Di-Is Di-Is mentioned this pull request

Apr 23, 2024