[Wheel-builders] [manylinux] how to build numpy/scipy wheels for x86

Matthias Hafner hafner87 at gmail.com
Thu Apr 21 17:13:40 EDT 2016


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 <matthew.brett at gmail.com> schrieb am Do., 21. Apr. 2016,
22:58:

> On Thu, Apr 21, 2016 at 11:46 AM, Matthew Brett <matthew.brett at gmail.com>
> wrote:
> > Hi,
> >
> > On Thu, Apr 21, 2016 at 6:57 AM, Olivier Grisel
> > <olivier.grisel at ensta.org> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/wheel-builders/attachments/20160421/77c3fcb0/attachment.html>


More information about the Wheel-builders mailing list