On 2019-01-22 13:04, Robert T. McGibbon wrote:
It's necessary to bundle the external library with the wheel.

On linux, this is what the manylinux tag is all about (see PEP 513 &
571) and the auditwheel tool (https://github.com/pypa/auditwheel) will
bundle the library into the wheel.

On OS X and Windows, I'm less familiar with the toolchain but the same
principle applies.

Thanks for your reply. Unfortunately as you say, it only applies to Linux.

So how do projects in practice deal with this in a cross-platform way? Does every package need to reinvent the "wheel"?
--
Distutils-SIG mailing list -- distutils-sig@python.org
To unsubscribe send an email to distutils-sig-le...@python.org
https://mail.python.org/mailman3/lists/distutils-sig.python.org/
Message archived at 
https://mail.python.org/archives/list/distutils-sig@python.org/message/ZKIXSIHGQVREKRKD6WR6NVMSHBBM5YID/

Reply via email to