On 26/10/10 15:12, Andreas Kloeckner wrote:
Hi John,
I've done distutils+Boost.Python for years now, without any issue. See
here for code examples:
- http://git.tiker.net/pyopencl.git
- http://git.tiker.net/pyublas.git
- http://git.tiker.net/pycuda.git
Also the instructions in README_SETUP.txt
Hi Andreas,
On 26/10/10 15:12, Andreas Kloeckner wrote:
Hi John,
I've done distutils+Boost.Python for years now, without any issue. See
here for code examples:
- http://git.tiker.net/pyopencl.git
- http://git.tiker.net/pyublas.git
- http://git.tiker.net/pycuda.git
After following the gettin
Hi John,
On Tue, 26 Oct 2010 12:22:53 +0100, John Reid
wrote:
> I need to distribute a python package that includes a boost.python
> extension. I've been working on Linux but I'd like the distribution to
> install easily on any platform with boost and python.
>
> I'm guessing distutils is the
Hi,
I need to distribute a python package that includes a boost.python
extension. I've been working on Linux but I'd like the distribution to
install easily on any platform with boost and python.
I'm guessing distutils is the way to go. I'm not sure if the easiest way
is to try to get distut