[Pythonmac-SIG] Interesting article on 64-bit py2app

2010-01-27 Thread Kevin Walzer
Looks like someone has made some progress with a 64-bit-supporting version of py2app http://www.hardcoded.net/articles/building-64-bit-pyobjc-applications-with-py2app.htm And here are his source trees: http://hg.hardcoded.net/py2app/ http://hg.hardcoded.net/macholib/ (I have not tested these

Re: [Pythonmac-SIG] pyopencl

2010-01-27 Thread David Warde-Farley
On 27-Jan-10, at 9:36 AM, Markus Mohr wrote: pyopencl ( http://mathema.tician.de/software/pyopencl ) seems to be the most mature and is very similar to PyCUDA which the same author wrote. It however requires boost; I haven't compiled it on OS X but I've compiled other projects that use boos

Re: [Pythonmac-SIG] pyopencl

2010-01-27 Thread Markus Mohr
pyopencl ( http://mathema.tician.de/software/pyopencl ) seems to be the most mature and is very similar to PyCUDA which the same author wrote. It however requires boost; I haven't compiled it on OS X but I've compiled other projects that use boost and it can be a pain Thats what I've instal