Re: [Numpy-discussion] ANN: NumPy 1.8.0 release.

2013-11-03 Thread xavier.gn...@gmail.com
On ubuntu 13.10 with the following packages installed: libopenblas-base libopenblas-dev liblapack-dev liblapack3 site.cfg: [DEFAULT] library_dirs = /usr/lib include_dirs = /usr/lib/openblas-base [openblas] libraries = openblas library_dirs = /usr/lib/openblas-base include_dirs =

Re: [Numpy-discussion] Looking for people interested in helping with Python compiler to LLVM

2012-03-11 Thread xavier.gn...@gmail.com
It says : Numba is a NumPy aware optimizing compiler for Python. It uses the remarkable LLVM compiler infrastructure to compile Python byte-code to machine code especially for use in the NumPy run-time and SciPy modules.* * If this description is correct, Numba is an additional pass once the

Re: [Numpy-discussion] Looking for people interested in helping with Python compiler to LLVM

2012-03-11 Thread xavier.gn...@gmail.com
On 03/11/2012 03:52 PM, Pauli Virtanen wrote: 11.03.2012 15:12, xavier.gn...@gmail.com kirjoitti: [clip] If this description is correct, Numba is an additional pass once the cpython bytecode has be produced by cpython. Is it correct?? Is python bytecote a good intermediate representation

[Numpy-discussion] NumPy in PyPy ?

2012-02-19 Thread xavier.gn...@gmail.com
Hi, I'm trying to understand what's going on with : http://morepypy.blogspot.com/2012/01/numpypy-status-update.html What's your opinion on such a numpy rewrite?? Thanks, Xavier ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org

Re: [Numpy-discussion] Proposed Roadmap Overview

2012-02-19 Thread xavier.gn...@gmail.com
On 02/19/2012 04:48 PM, Sturla Molden wrote: Den 19.02.2012 10:28, skrev Mark Wiebe: Particular styles of using templates can cause this, yes. To properly do this kind of advanced C++ library work, it's important to think about the big-O notation behavior of your template instantiations, not

Re: [Numpy-discussion] NumPy in PyPy ?

2012-02-19 Thread xavier.gn...@gmail.com
://technicaldiscovery.blogspot.com/2011/10/thoughts-on-porting-numpy-to-pypy.html -Travis On Feb 19, 2012, at 9:45 AM, xavier.gn...@gmail.com mailto:xavier.gn...@gmail.com wrote: Hi, I'm trying to understand what's going on with : http://morepypy.blogspot.com/2012/01/numpypy-status-update.html What's your opinion