[Numpy-discussion] distutils: compiler used by add_library

2012-08-29 Thread Matyáš Novák
Hi, I wrote extension some numerical extension for python, that requires compiling and linking additional fortran sources. I find out, that these libraries can be easily added using config.add_library() function, but there is a problem. The --fcompiler command doesn't propagate to the stage

[Numpy-discussion] blaze lib announcement

2012-08-29 Thread Neal Becker
This looks interesting: http://code.google.com/p/blaze-lib/ ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] blaze lib announcement

2012-08-29 Thread Aron Ahmadia
The Eigen3 project (http://eigen.tuxfamily.org/index.php?title=Main_Page) is more mature, but it's good to see a new contender in the field. A On Wed, Aug 29, 2012 at 1:59 PM, Neal Becker ndbeck...@gmail.com wrote: This looks interesting: http://code.google.com/p/blaze-lib/

[Numpy-discussion] config.add_library()

2012-08-29 Thread Chris Barker
Hi folks, I'm working on a package that will contain a bunch of cython extensions, all of which need to link against a pile of C++ code. What I think I need to do is build that C++ as a dynamic library, so I can link everything against it. It would be nice if I could leverage distutils to build

Re: [Numpy-discussion] blaze lib announcement

2012-08-29 Thread Michael Lehn
This looks interesting: http://code.google.com/p/blaze-lib/ So maybe you also want to have a look at http://flens.sf.net Just to promote my own baby in this context too ;-) Cheers, Michael___ NumPy-Discussion mailing list

Re: [Numpy-discussion] distutils: compiler used by add_library

2012-08-29 Thread Ondřej Čertík
Hi Matyáš, On Wed, Aug 29, 2012 at 3:20 AM, Matyáš Novák lo...@centrum.cz wrote: Hi, I wrote extension some numerical extension for python, that requires compiling and linking additional fortran sources. I find out, that these libraries can be easily added using config.add_library()

Re: [Numpy-discussion] view of recarray issue

2012-08-29 Thread Ondřej Čertík
Jay, On Mon, Aug 20, 2012 at 12:40 PM, Ondřej Čertík ondrej.cer...@gmail.com wrote: On Wed, Jul 25, 2012 at 10:29 AM, Jay Bourque jay.bour...@continuum.io wrote: I'm actively looking at this issue since it was my pull request that broke this (https://github.com/numpy/numpy/pull/350). We