Commit 6811de8
Exclude libva* from auditwheel bundling to fix ROCm wheel repair
librocjpeg links against libva.so.2 and libva-drm.so.2 (VA-API, used
by rocJPEG's HYBRID GPU-JPEG backend). auditwheel was pulling both
into the wheel because they weren't excluded, and repair_wheel.py's
check_bundling() then rejected them as unexpected.
libva/libva-drm are system-provided display-stack libraries, present
on any ROCm install alongside libdrm (which is already excluded).
Add "libva*" to the same exclude list so auditwheel leaves them on
the system rather than bundling them.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 456e274 commit 6811de8
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| 363 | + | |
363 | 364 | | |
364 | 365 | | |
365 | 366 | | |
| |||
0 commit comments