If I understand correctly, "manylinux-builds" is the name of Matthew's
first set of utilities to help with building manylinux wheels, and
"multibuild" is the name of Matthew's second set of utilities to help with
building manylinux (and other) wheels.

I believe that multibuild is still using the manylinux docker image to
build wheels that are compliant with the manylinux spec, and you're still
free to build manylinux wheels any way you want as long as they comply with
the PEP. But Matthew generally know what he's doing ;-), so if you're
trying to figure out the best tooling to build your own wheels (esp. if
you're like Matthew and trying to do this for lots of projects at once
using free services like Travis-ci), then multibuild is probably worth
checking out.

Hopefully that clarifies things?
-n

On Jul 22, 2016 10:26 AM, "Anna Ravenscroft" <annara...@gmail.com> wrote:

> So, should we not be using manylinux anymore but instead use multibuild?
>
> On Fri, Jul 22, 2016 at 6:23 AM, Matthew Brett <matthew.br...@gmail.com>
> wrote:
>
>> Hi,
>>
>> On Fri, Jul 22, 2016 at 2:04 PM, Robin Becker <ro...@reportlab.com>
>> wrote:
>> > Hi,
>> >
>> > I've had a request to create manylinux wheels for reportlab. I'm quite
>> > willing to do so, but lack experience with travis(we have jenkins
>> running
>> > OK).
>> >
>> > So I started with the code here
>> >
>> > https://github.com/matthew-brett/manylinux-builds
>>
>> I'd recommend https://github.com/matthew-brett/multibuild as the first
>> place to start now.  manylinux-builds more or less a first draft,
>> where multibuild is the second.
>>
>> > but have immediately run into a problem in that the particular place
>> where
>> > tiff is obtained from no longer has the ancient version 2.6.3.
>>
>> Wow - that is remarkably old.  Are you sure that is not a freetype
>> version?   Even the docker image, for CentOS 5, installs libtiff
>> 3.8.2, and the oldest tiff download at the tiff website appears to be
>> 3.7.0, which has files dated 2004 at latest.
>>
>> Best,
>>
>> Matthew
>> _______________________________________________
>> Wheel-builders mailing list
>> Wheel-builders@python.org
>> https://mail.python.org/mailman/listinfo/wheel-builders
>>
>
>
>
> --
> cordially,
> Anna
>
> _______________________________________________
> Wheel-builders mailing list
> Wheel-builders@python.org
> https://mail.python.org/mailman/listinfo/wheel-builders
>
>
_______________________________________________
Wheel-builders mailing list
Wheel-builders@python.org
https://mail.python.org/mailman/listinfo/wheel-builders

Reply via email to