adang1345 / delvewheel

Self-contained Python wheels for Windows
MIT License
116 stars 12 forks source link

Include *.lib files, if available #45

Closed skirpichev closed 5 months ago

skirpichev commented 5 months ago

This is required, if the package offers also C API, like the gmpy2 does. Now we use ugly hacks to repackage wheel after the delvewheel repair: https://github.com/aleaxit/gmpy/blob/d44b2803cc7c17e093a2d06d6069902a775360be/scripts/cibw_repair_wheel_command_windows.sh

Another example is https://pypi.org/project/scipy-openblas64/