-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ESI][Runtime] Fix wheel builds (#7795)
CMake 3.31 changed the behavior of `install(IMPORTED_RUNTIME_ARTIFACTS` to actually install them instead of merely adding them to the list. This ended up pulling in _all_ of the shared libs (including system libraries like `libm`, `libgcc`, etc.) instead of respecting the filters given in `install(RUNTIME_DEPENDENCY_SET`. As a result, auditwheel was failing. Happened over the weekend when a new version of the `cmake` package was published to PyPI.
- Loading branch information
Showing
3 changed files
with
5 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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