Re: [Cython] Manylinux wheels for Cython

2016-04-22 Thread Matthew Brett
On Fri, Apr 22, 2016 at 12:01 AM, Stefan Behnel wrote: > Matthew Brett schrieb am 21.04.2016 um 19:47: >> I haven't heard of any problems, and both current and historical numpy >> and scipy wheels appear to be working without problems as well. >> >> So, I propose to upload historical Cython wheels

Re: [Cython] Manylinux wheels for Cython

2016-04-22 Thread Stefan Behnel
Matthew Brett schrieb am 21.04.2016 um 19:47: > I haven't heard of any problems, and both current and historical numpy > and scipy wheels appear to be working without problems as well. > > So, I propose to upload historical Cython wheels (for versions 0.17 > and up) to speed up CI testing with old

Re: [Cython] Manylinux wheels for Cython

2016-04-21 Thread Yury V. Zaytsev
Hi Matthew, On Thu, 21 Apr 2016, Matthew Brett wrote: I haven't heard of any problems, and both current and historical numpy and scipy wheels appear to be working without problems as well. I've been playing with your wheels last week and they seem to work just fine. Not sure if there is much

Re: [Cython] Manylinux wheels for Cython

2016-04-21 Thread Matthew Brett
Hi, On Mon, Mar 28, 2016 at 10:54 AM, Matthew Brett wrote: > Hi, > > On Fri, Mar 25, 2016 at 11:46 AM, Matthew Brett > wrote: >> Hi, >> >> On Tue, Mar 15, 2016 at 2:58 PM, Matthew Brett >> wrote: >>> Hi, >>> >>> On Mon, Mar 7, 2016 at 5:47 PM, Matthew Brett >>> wrote: Hi, I d

Re: [Cython] Manylinux wheels for Cython

2016-03-28 Thread Nathaniel Smith
On Mon, Mar 28, 2016 at 4:04 PM, Emmanuel Gil Peyrot wrote: > On Mon, Mar 28, 2016 at 10:54:21AM -0700, Matthew Brett wrote: > […] >> I uploaded manylinux wheels for Cython 0.23.5. >> >> If you're on Linux, and you upgrade pip to 8.1.1 (current) you should >> now get Cython via a manylinux wheel b

Re: [Cython] Manylinux wheels for Cython

2016-03-28 Thread Emmanuel Gil Peyrot
On Mon, Mar 28, 2016 at 10:54:21AM -0700, Matthew Brett wrote: […] > I uploaded manylinux wheels for Cython 0.23.5. > > If you're on Linux, and you upgrade pip to 8.1.1 (current) you should > now get Cython via a manylinux wheel by default. > > Please do test and let me know of any problems. Tha

Re: [Cython] Manylinux wheels for Cython

2016-03-28 Thread Matthew Brett
Hi, On Fri, Mar 25, 2016 at 11:46 AM, Matthew Brett wrote: > Hi, > > On Tue, Mar 15, 2016 at 2:58 PM, Matthew Brett > wrote: >> Hi, >> >> On Mon, Mar 7, 2016 at 5:47 PM, Matthew Brett >> wrote: >>> Hi, >>> >>> I don't know whether y'all have been following over at distutils-sig, >>> but there

Re: [Cython] Manylinux wheels for Cython

2016-03-25 Thread Matthew Brett
Hi, On Tue, Mar 15, 2016 at 2:58 PM, Matthew Brett wrote: > Hi, > > On Mon, Mar 7, 2016 at 5:47 PM, Matthew Brett wrote: >> Hi, >> >> I don't know whether y'all have been following over at distutils-sig, >> but there's a new distutils PEP that defines a `manylinux` format for >> Linux wheels tha

Re: [Cython] Manylinux wheels for Cython

2016-03-15 Thread Matthew Brett
Hi, On Mon, Mar 7, 2016 at 5:47 PM, Matthew Brett wrote: > Hi, > > I don't know whether y'all have been following over at distutils-sig, > but there's a new distutils PEP that defines a `manylinux` format for > Linux wheels that work on many different x86 Linux distributions: > > https://www.pyth

Re: [Cython] Manylinux wheels for Cython

2016-03-07 Thread Ian Bell
Jorrit, maybe in interesting for us? On Mar 7, 2016 6:48 PM, "Matthew Brett" wrote: > Hi, > > I don't know whether y'all have been following over at distutils-sig, > but there's a new distutils PEP that defines a `manylinux` format for > Linux wheels that work on many different x86 Linux distribu

[Cython] Manylinux wheels for Cython

2016-03-07 Thread Matthew Brett
Hi, I don't know whether y'all have been following over at distutils-sig, but there's a new distutils PEP that defines a `manylinux` format for Linux wheels that work on many different x86 Linux distributions: https://www.python.org/dev/peps/pep-0513/ https://github.com/pypa/manylinux The latest