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

Matthew Brett matthew.brett at gmail.com
Thu Apr 21 16:57:44 EDT 2016


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


More information about the Wheel-builders mailing list