On Wed, 1 Jun 2011 21:13:48 +0200, Bogdan Opanchuk <manti...@gmail.com> wrote:
> Hello,
> 
> There is some problem with current PyCuda version (most recent commit
> from repo). On my Ubuntu 10.04 x64, Python 2.6, Cuda 4.0 after
> 'submodule update', compilation and installation, _curand cannot be
> imported:

I assume you're using shipped boost?

I guess there's one thing I hadn't considered when merging the CURAND
patches, and that is what happens when using shipped boost. As the
CURAND wrappers end up being a separate binary, they simply don't get
access to boost, which they need. Not sure what to do. I'm not sure
setuptools is up to the job of building a separated shared library for
boost, or if the _curand binary can have access to the boost bits in
_driver. Any shared library gurus care to comment?

If worst comes to worst, we'll just shove the _curand wrappers back into
the main PyCUDA wrapper binary.

Thanks,
Andreas

Attachment: pgp5KuvpA7WJ2.pgp
Description: PGP signature

_______________________________________________
PyCUDA mailing list
PyCUDA@tiker.net
http://lists.tiker.net/listinfo/pycuda

Reply via email to