Hi Matthew,

Thanks for pointing me to your scripts, that was maybe what I missed.
However, if you could add i686 to Travis, I guess that means it would be
uploaded to pypi? That would be awesome - otherwise I'd have to automate
that myself.

Thanks

Matthias

Matthew Brett <[email protected]> schrieb am Do., 21. Apr. 2016,
22:58:

> On Thu, Apr 21, 2016 at 11:46 AM, Matthew Brett <[email protected]>
> wrote:
> > Hi,
> >
> > On Thu, Apr 21, 2016 at 6:57 AM, Olivier Grisel
> > <[email protected]> wrote:
> >> Matthew did no upload the i686 (32 bit Linux) variant, only the more
> >> common x86_64 (64 bit Linux) variant.
> >
> > That's right - although it looks as if it is not hard to build i686
> > wheel, using https://github.com/matthew-brett/manylinux-builds
> >
> > docker run --rm -v $PWD:/io quay.io/pypa/manylinux1_i686
> /io/build_openblas.sh
> >
> > docker run --rm -e NUMPY_VERSIONS=1.11.0 -e PYTHON_VERSIONS=2.7 -v
> > $PWD:/io quay.io/pypa/manylinux1_i686 /io/build_numpies.sh
> >
> > It does make a wheel with an extra underscore though:
> >
> > Fixed-up wheel written to
> > /io/wheelhouse/numpy-1.11.0-cp27-cp27mu-linux_x86_64.manylinux1__i686.whl
>
> The underscore problem presumably fixed by
> https://github.com/pypa/auditwheel/pull/27
>
> Cheers,
>
> Matthew
>
_______________________________________________
Wheel-builders mailing list
[email protected]
https://mail.python.org/mailman/listinfo/wheel-builders

Reply via email to