Re: [pypy-dev] numpypy array expressions

2012-08-28 Thread mark florisson
Hey Armin, On 28 August 2012 11:19, Armin Rigo wrote: > Hi Mark, > > On Mon, Aug 27, 2012 at 3:09 PM, mark florisson > wrote: >> For this year's summer of code, and for my master dissertation, we >> created a project to compile array expressions efficiently (Dag was my >> mentor, CCed), which ca

Re: [pypy-dev] wsgi

2012-08-28 Thread gelin yan
On Tue, Aug 28, 2012 at 5:11 PM, Maciej Fijalkowski wrote: > On Tue, Aug 28, 2012 at 2:57 AM, Stepanov Aleksandr > wrote: > > Are there any wsgi server for latest or latest stable pypy? > > > > uwsgi needs to be built with pypy-c and shared libpypy , but i failed to > build pypy as described on u

Re: [pypy-dev] numpypy array expressions

2012-08-28 Thread Armin Rigo
Hi Mark, On Mon, Aug 27, 2012 at 3:09 PM, mark florisson wrote: > For this year's summer of code, and for my master dissertation, we > created a project to compile array expressions efficiently (Dag was my > mentor, CCed), which can be found here: > https://github.com/markflorisson88/minivect , t

Re: [pypy-dev] wsgi

2012-08-28 Thread Maciej Fijalkowski
On Tue, Aug 28, 2012 at 2:57 AM, Stepanov Aleksandr wrote: > Are there any wsgi server for latest or latest stable pypy? > > uwsgi needs to be built with pypy-c and shared libpypy , but i failed to > build pypy as described on uwsgi wiki after 5 hours of compiling. i have not > find precompiled

Re: [pypy-dev] [ANN] global nonlinear optimization constrained solver for PyPy

2012-08-28 Thread Maciej Fijalkowski
On Tue, Aug 28, 2012 at 10:18 AM, Dmitrey wrote: > Hi all, > > FYI global nonlinear optimization (GLP) constrained solver de (differential > evolution) from free OpenOpt framework ( http://openopt.org ) now works with > PyPy, for more details see http://forum.openopt.org/viewtopic.php?id=615 > > -

[pypy-dev] [ANN] global nonlinear optimization constrained solver for PyPy

2012-08-28 Thread Dmitrey
Hi all, FYI global nonlinear optimization (GLP ) constrained solver *de* (differential evolution) from free OpenOpt framework ( http://openopt.org ) now works with PyPy, for more details see http://forum.openopt.org/viewtopic.php?id=615 - Regards, D. h