[Wheel-builders] Query regarding allowed shared libraries

Amit Saha amitsaha.in at gmail.com
Sun Jul 17 08:20:09 EDT 2016


On Thu, Jul 14, 2016 at 11:26 PM,  <rmcgibbo at gmail.com> wrote:
> Hi,
>
> You have two options. One is to statically link. The other, which is often easier, is to dynamically link and bundle the required shared libraries inside the wheel. The auditwheel tool can walk the linker tree to locate these libraries for you and graft them into the wheel.

Thanks for the reply. I am currently trying to experiment with
building manylinux1 wheels for
https://pypi.python.org/pypi/librabbitmq - I will share how it goes.

>
> -Robert
>
> Sent from my iPhone
>
>> On Jul 14, 2016, at 9:02 AM, Amit Saha <amitsaha.in at gmail.com> wrote:
>>
>> Hello,
>>
>> I was reading https://www.python.org/dev/peps/pep-0513/ and noticed
>> the list of shared libraries a C extension is allowed to link against.
>> If, say I were to create a manylinux1 wheel for librabbitmq, would I
>> have to then statically link to the librabbitmq C library? And
>> similarly for a Python binding to any C library?
>>
>> Best Wishes,
>> Amit.
>>
>> --
>> http://echorand.me
>> _______________________________________________
>> Wheel-builders mailing list
>> Wheel-builders at python.org
>> https://mail.python.org/mailman/listinfo/wheel-builders



-- 
http://echorand.me


More information about the Wheel-builders mailing list