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

Matthew Brett matthew.brett at gmail.com
Fri Apr 22 00:22:09 EDT 2016


Hi,

On Thu, Apr 21, 2016 at 3:04 PM, Matthew Brett <matthew.brett at gmail.com> wrote:
> On Thu, Apr 21, 2016 at 2:13 PM, Matthias Hafner <hafner87 at gmail.com> wrote:
>> 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.
>
> They don't get uploaded to pypi automatically, and they would be a bit
> more difficult to test, but it would certainly make it easier to
> provide them...

I built i686 cython, numpy, scipy wheels.  You can test with something like:

python -m pip install --upgrade pip  # to get latest pip
pip install -f https://nipy.bic.berkeley.edu/manylinux numpy scipy

Cheers,

Matthew


More information about the Wheel-builders mailing list