Re: [Cython] Distributing Windows binary using OpenMP / cython.parallel

2011-12-13 Thread Wes McKinney
On Tue, Dec 13, 2011 at 6:47 AM, Sturla Molden wrote: > Den 12.12.2011 21:09, skrev Wes McKinney: > >> I'm interested in using the Cython OpenMP extensions in pandas for >> various calculations, but I'm concerned about cross-platform issues, >> especially distributing built binaries of the extensi

Re: [Cython] Distributing Windows binary using OpenMP / cython.parallel

2011-12-13 Thread Sturla Molden
Den 12.12.2011 21:09, skrev Wes McKinney: I'm interested in using the Cython OpenMP extensions in pandas for various calculations, but I'm concerned about cross-platform issues, especially distributing built binaries of the extensions to Windows users. Is there a clean way to bundle the relevant

Re: [Cython] Distributing Windows binary using OpenMP / cython.parallel

2011-12-12 Thread mark florisson
On 12 December 2011 20:09, Wes McKinney wrote: > I'm interested in using the Cython OpenMP extensions in pandas for > various calculations, but I'm concerned about cross-platform issues, > especially distributing built binaries of the extensions to Windows > users. Is there a clean way to bundle t

[Cython] Distributing Windows binary using OpenMP / cython.parallel

2011-12-12 Thread Wes McKinney
I'm interested in using the Cython OpenMP extensions in pandas for various calculations, but I'm concerned about cross-platform issues, especially distributing built binaries of the extensions to Windows users. Is there a clean way to bundle the relevant OpenMP DLLs in distutils? thanks, Wes _