QuTech-Delft / OpenQL

OpenQL: A Portable Quantum Programming Framework for Quantum Accelerators. https://dl.acm.org/doi/10.1145/3474222
https://openql.readthedocs.io
Other
97 stars 44 forks source link

Release 0.11.1 and fix wheel size issue #469

Closed pablolh closed 1 year ago

pablolh commented 1 year ago

PyPI no longer accept our wheels because their size on Linux/GCC just went over 100MB. The solution is to skip including the debug symbols, which slims down the binaries to <10MB.

Debug symbols are only used when running a debugger like GDB. Or with coredumps. Normally we don't need them in the wheels.