palfrey / tagpy

Python wrapper around TagLib
https://tevps.net/blog/2023/01/03/tagpy/
MIT License
7 stars 1 forks source link

Static build of tagpy #11

Closed palfrey closed 1 year ago

palfrey commented 1 year ago

To support work towards https://github.com/palfrey/tagpy/issues/8 by using static builds so we can build system-independent wheels.

However, this is currently stuck in the middle of "argh, static linking for boost" problems, plus the fun of making distutils maybe use a static Python dev library, and I'm currently filing this one under "people can just install taglib and boost locally".

palfrey commented 1 year ago

Turns out we can do manylinux builds with shared files instead.