Re: [Numpy-discussion] Compiling NumPy on 64 bit Solaris 10 sparc)

2010-06-20 Thread Chris LeBlanc
Hi Ralf, Thanks for the information. I'll have a look at it, and see if it solves the issue. Cheers, Chris On 18 June 2010 01:53, Ralf Gommers wrote: > > > On Tue, Jun 15, 2010 at 11:06 AM, Chris LeBlanc wrote: >> >> Hi, >> >> Firstly thanks to every

[Numpy-discussion] Compiling NumPy on 64 bit Solaris 10 sparc)

2010-06-14 Thread Chris LeBlanc
;s the wrapper: #!/bin/sh /usr/bin/cc -m64 -xcode=pic32 $* I did a bit of googling and couldn't find much information on this issue (which is why I wanted to post this message, so others could find it). I'm satisfied with the results, but wondering if there's a better way to do it. Cheer

Re: [Numpy-discussion] passing a C array to embedded Python fromC code

2008-11-05 Thread Chris LeBlanc
Hi Matthieu, Thanks very much, thats exactly the sort of information I was looking for. I'm heading to a conference this weekend, but hope to get started on this very soon. Cheers, Chris On Tue, Nov 4, 2008 at 10:34 PM, Matthieu Brucher <[EMAIL PROTECTED]> wrote: > Hi, > > I've translated it on

[Numpy-discussion] passing a C array to embedded Python from C code

2008-10-29 Thread Chris LeBlanc
g a NumPy array in C, and passing it to a Python instance? That would be a huge help, I have no experience with the C or NumPy APIs. Thanks, Chris LeBlanc ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion