Re: [pypy-dev] Docker images for try pypy

2015-07-11 Thread Romain Guillebert
Hi Maciej Isn't this : https://registry.hub.docker.com/_/pypy/ what you're looking for? Cheers Romain On 11 Jul 2015 19:52, Maciej Fijalkowski fij...@gmail.com wrote: Hi Would anyone be willing to make some docker images that can be used to try pypy? Cheers, fijal

Re: [pypy-dev] Question

2015-06-11 Thread Romain Guillebert
pypy -m pip works On Thu, Jun 11, 2015 at 5:05 PM, Ryan Gonzalez rym...@gmail.com wrote: I don't think you can out-of-the-box without some env tool. Blame apt-get's brilliant engineering. Since I'm generally allergic to binaries (I.e. THEY DON'T WORK! [which is probably why Torvalds never

Re: [pypy-dev] EuroPython?

2015-04-10 Thread Romain Guillebert
Hi Armin I submitted the talk I gave at fosdem. Romain On Fri, Apr 10, 2015 at 5:51 PM, Armin Rigo ar...@tunes.org wrote: Hi all, I'm preparing a EuroPython submission about STM and/or about CFFI, and wondering if someone else also planned to submit a talk. If not, I'll include a general

Re: [pypy-dev] numpy installation

2015-02-11 Thread Romain Guillebert
Hi Maciej I think the current situation is ok, but having a PyPI package is certainly better. Cheers Romain On 02/11, Maciej Fijalkowski wrote: Then indeed maybe some people are not managing as I've seen in reddit comments. Maybe pip install numpy-pypy is a good idea nonetheless? On Wed,

Re: [pypy-dev] [pypy] Adding gcc flags to Makefile

2014-06-19 Thread Romain Guillebert
Yes, sorry then the variable is CPATH (https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html) On 06/20, Yichao Yu wrote: On Fri, Jun 20, 2014 at 1:48 AM, Romain Guillebert romain...@gmail.com wrote: Hi Joe Isn't LIBRARY_PATH the proper variable for finding libraries at compile

Re: [pypy-dev] GSOC: Introduction and Interested in Numpy Improvements Project

2014-03-19 Thread Romain Guillebert
Hi Rajul I think you can start off by reading the FAQ http://doc.pypy.org/en/latest/faq.html. After that, you will need to familiarize yourself with the code base by making a non-trivial contribution, since you are interested in numpy, fixing this bug https://bugs.pypy.org/issue1590 would be a

Re: [pypy-dev] PyPy Intermediate C Files

2014-02-17 Thread Romain Guillebert
Hi Kirk If you want to compile with something that is not gcc, you should use --gcrootfinder=shadowstack as a translation time option, otherwise it uses a gcc specific root finding method (I don't know if it's done automatically). Romain On 02/17, Kirk Liberty wrote: Thank you! It's it correct

Re: [pypy-dev] Leysin

2013-12-24 Thread Romain Guillebert
Hi Johan You can register there : https://bitbucket.org/pypy/extradoc/src/d0ccfcf501f92072e856faf1fa1b0de06a54d703/sprintinfo/leysin-winter-2014/people.txt?at=extradoc (send a pull request), I guess Armin will take care of the booking if you choose Ermina, otherwise, you will have to book your

Re: [pypy-dev] Proposal for sprint in Tallinn, Estonia

2013-11-29 Thread Romain Guillebert
Hi Ahti I'm interested in going if this sprint happens, I'd be able to go after February 2nd (as long as it's not during PyCon). Cheers Romain On 11/26, Ahti Heinla wrote: Hi, I am new to PyPy, but very impressed with what you guys have done. Myself I am best known for having been a

Re: [pypy-dev] progress with numpy and removal of numpy.py

2013-10-15 Thread Romain Guillebert
Hi Matti I think we should remove numpy.py and package the pypy-hack branch (even if it's not stable yet) so that people can use it directly. Cheers Romain On Tue, Oct 15, 2013 at 6:15 AM, Matti Picus matti.pi...@gmail.com wrote: I have been working to get numfocus benchmarks written for numpy

Re: [pypy-dev] merging pypy-pyarray branch

2013-09-23 Thread Romain Guillebert
Hi Matti +1 for me. On Mon, Sep 23, 2013 at 11:16 AM, Maciej Fijalkowski fij...@gmail.com wrote: On Sun, Sep 22, 2013 at 5:26 PM, Matti Picus matti.pi...@gmail.com wrote: I am getting close to being ready to merge the pypy-pyarray branch. I related to all the review items from

Re: [pypy-dev] ndarray cpyext api on the pypy-pyarray branch

2013-09-09 Thread Romain Guillebert
Hi Matti I think it's fine to copy numpy's behaviour. Cheers Romain On Mon, Sep 9, 2013 at 9:37 PM, Matti Picus matti.pi...@gmail.com wrote: I reverted the changes I made to the pypy-pyarray branch that changed c-api functions like PyArray_NDIM(arr). The original code had no real answer to

Re: [pypy-dev] GC error

2012-01-16 Thread Romain Guillebert
Hi PyPy may use more memory than cpython because of the JIT, can you try without the JIT (by passing --jit off to the interpreter) ? Cheers Romain On Mon, Jan 16, 2012 at 7:44 PM, Rich Drewes dre...@interstice.com wrote: Hello all, Great work on pypy!  I've had good luck with pypy generally

Re: [pypy-dev] Leysin Winter Sprint

2011-12-30 Thread Romain Guillebert
Hi Armin I'm trying to see how I can get there, I looked at the trains and it seems that going to Aigle first is the only way to go to Leysin, is that right ? Thanks Romain On Tue, Dec 27, 2011 at 6:05 PM, Armin Rigo ar...@tunes.org wrote:

Re: [pypy-dev] Optimizing Append Only structures

2011-11-29 Thread Romain Guillebert
Probably because he (as a clojure developer) likes immutability of data structures. On Tue, Nov 29, 2011 at 9:15 PM, Maciej Fijalkowski fij...@gmail.comwrote: On Tue, Nov 29, 2011 at 10:12 PM, Alex Gaynor alex.gay...@gmail.com wrote: On Tue, Nov 29, 2011 at 3:04 PM, Timothy Baldridge

Re: [pypy-dev] CTypes backend for Cython Status

2011-09-11 Thread Romain Guillebert
On Sun, Sep 11, 2011 at 10:36:51AM +0200, Armin Rigo wrote: Hi Romain, Can you give again the location of your work? I have https://github.com/hardshooter/CythonCTypesBackend but I would like to be sure it is the most recent location. If so, then I'm a bit confused because I don't find

Re: [pypy-dev] PyPy is much slower than CPython example / question

2011-07-07 Thread Romain Guillebert
Hi When I change this line: primes[i*i:N+1:i] = repeat(False, len(primes[i*i:N+1:i])) into this : primes[i*i:N+1:i] = [False] * len(primes[i*i:N+1:i]) PyPy is much faster (but is still slower than CPython), so I would guess that the repeat function is the one to blame. Cheers Romain On Fri,

[pypy-dev] [GSoC] Blog post regarding the Cython backend aiming PyPy

2011-05-30 Thread Romain Guillebert
Hi I've posted and article on my blog that explains what I've done during the community bonding period and the first week of the Google Summer of Code : http://rguillebert.blogspot.com/2011/05/cython-backend-aiming-pypy-week-1.html Cheers Romain ___