Re: UPDATE: lang/pypy

2019-11-08 Thread Stuart Henderson
On 2019/11/07 15:46, Edd Barrett wrote: > On Thu, Nov 07, 2019 at 02:32:45PM +, Stuart Henderson wrote: > > edd: do you have any tests you'd like to run? OK? > > PyPy has a test suite which you could try running, but it's so large you > are almost certain to find a handful of failures. > > To

Re: UPDATE: lang/pypy

2019-11-07 Thread Edd Barrett
On Thu, Nov 07, 2019 at 02:32:45PM +, Stuart Henderson wrote: > edd: do you have any tests you'd like to run? OK? PyPy has a test suite which you could try running, but it's so large you are almost certain to find a handful of failures. To be honest, the compiler building itself is already a

Re: UPDATE: lang/pypy

2019-11-07 Thread Stuart Henderson
On 2019/11/04 17:19, Stuart Henderson wrote: > Here's an update to pypy 7.2.0. Updated to allow building on aarch64 with the bootstrap jit, many thanks phessler for problem reports and building on the fast eMAG machines. The build with bootstrap has ~3.5GB max RSS so building on OD1000 and similar

UPDATE: lang/pypy

2019-11-04 Thread Stuart Henderson
Here's an update to pypy 7.2.0. This add aarch64 support - it looks like it should probably work OK but I haven't been able to fully test as my OD1000 doesn't have enough RAM to finish the build when pypy itself is built using CPython. Peter, could you try it on one of the ridiculous build machin

Re: UPDATE: lang/pypy

2019-08-27 Thread Edd Barrett
On Wed, Aug 21, 2019 at 11:03:20AM +0100, Edd Barrett wrote: > I did indeed test this lightly. Seems good to me. If someone OKs this, > I'll happily commit it. Anyone have a chance to test this? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: UPDATE: lang/pypy

2019-08-21 Thread Stuart Henderson
On 2019/08/21 11:03, Edd Barrett wrote: > On Mon, Aug 19, 2019 at 02:38:22PM +0100, Laurence Tratt wrote: > > A fairly simple update to PyPy 7.1.1. The small comment changes for those > > who update this port in the future were done in collaboration with the > > maintainer (edd@) who also tested th

Re: UPDATE: lang/pypy

2019-08-21 Thread Edd Barrett
On Mon, Aug 19, 2019 at 02:38:22PM +0100, Laurence Tratt wrote: > A fairly simple update to PyPy 7.1.1. The small comment changes for those > who update this port in the future were done in collaboration with the > maintainer (edd@) who also tested the update. I did indeed test this lightly. Seems

UPDATE: lang/pypy

2019-08-19 Thread Laurence Tratt
A fairly simple update to PyPy 7.1.1. The small comment changes for those who update this port in the future were done in collaboration with the maintainer (edd@) who also tested the update. Laurie -- Personal http://tratt.net/laurie/ Software Developm

update lang/pypy

2018-06-12 Thread David CARLIER
ping :)

Re: UPDATE: lang/pypy to 2.6.0

2015-08-25 Thread Jérémie Courrèges-Anglas
Edd Barrett writes: > Hi, > > I've been sat on this for a while. OK? I can use it for a few projects at $DAYJOB. ok jca@ > BTW, if anyone has any ideas as to why compiling the C code at the end > takes so long, please shout. It never used to take this long. I've tried > removing -pipe and twea

UPDATE: lang/pypy to 2.6.0

2015-08-16 Thread Edd Barrett
Hi, I've been sat on this for a while. OK? BTW, if anyone has any ideas as to why compiling the C code at the end takes so long, please shout. It never used to take this long. I've tried removing -pipe and tweaking make -j, to no avail. Thanks to Stuart for hosting the bootstrap. Index: Makefil