On 22/07/2016 14:04, Robin Becker 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

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.

I followed some of the discussions about manylinux, but is there a collected set
of ancient versions somewhere?
In fact this seems to be a simple bug in the above code ie library_builders.sh contains these definitions at the the top

BZIP2_VERSION="${BZIP2_VERSION:-1.0.6}"
FREETYPE_VERSION="${FREETYPE_VERSION:-2.6.3}"
TIFF_VERSION="${FREETYPE_VERSION:-4.0.6}"
OPENJPEG_VERSION="${OPENJPEG_VERSION:-2.1}"
LCMS2_VERSION="${LCMS2_VERSION:-2.7}"

so in the absence of an envirnment variable TIFF gets an older version than is reasonable derived from FREETYPE_VERSION.

--
Robin Becker
_______________________________________________
Wheel-builders mailing list
Wheel-builders@python.org
https://mail.python.org/mailman/listinfo/wheel-builders

Reply via email to