[06:59:26] <McSinyx[m]> I was thinking about building wheel for FreeBSD for one of my projects but I've just realized that there's no auditwheel/delocate equivalent on FreeBSD to relink and bundle the C/C++ dependencies
[07:00:37] <McSinyx[m]> we probably need to have a pep 517 backend that does this for all platforms, shipping extension modules is still too difficult at the moment, even for Windows
[13:06:53] <FFY00> I think we should make pip check for compability and if the wheel is not compatible, it would build it from source
[13:08:03] <FFY00> having a universal wheel for binary packages, forces us to static link everything, which has some problems