On 22 July 2016 at 14:49, Matthew Brett <[email protected]> wrote:
> Hi,
>
> On Fri, Jul 22, 2016 at 2:27 PM, Robin Becker <[email protected]> wrote:
>> On 22/07/2016 14:04, Robin Becker wrote:
>>>
>........
>> is reasonable derived from FREETYPE_VERSION.
>
> Ah yes - thank you - I had fixed that in multibuilds, but forgot to
> fix that in manylinux-builds.
>
> Best,
>
> Matthew
I have managed to make the multibuild code work for reportlab, but I
used the build_pillows.sh script as a start. Took a few goes to make
this work properly and an external script to run bothe 32 and 64 bit
dockers.

I notice that the manylinux wheels are much larger than their windows
equivalents eg

reportlab-3.3.15-cp27-cp27m-manylinux1_x86_64.whl
2.1M reportlab-3.3.15-cp27-none-win_amd64.whl

I assume that's because in the windows builds I am careful to
statically link the bits if the freetype library that I use and the
manylinux wheels seem to have the whole library present. The linux
build process is not trying to link statically, but I assume I could
improve that.
-- 
Robin Becker
_______________________________________________
Wheel-builders mailing list
[email protected]
https://mail.python.org/mailman/listinfo/wheel-builders

Reply via email to