On Mon, 8 Aug 2011 16:11:59 -0500, "Knox, Kent" <[email protected]> wrote: > Hi Andreas~ > > With regard to your restriction #2, could you clarify for us? > > 2) If you build PyOpenCL in 'shipped-boost' mode, then only code within > PyOpenCL's shared object (pyopencl/_cl.so) will be able to accept arguments > of the above types at the C++ level. > > I think this is the problem that we are having right now, but we are not sure > what to do about it.
Download and install the Boost C++ libraries, as described here: http://wiki.tiker.net/BoostInstallationHowto Then configure PyOpenCL with USE_SHIPPED_BOOST = False. This config variable can be in one of two places: - $HOME/.aksetup-defaults.py - pyopencl/siteconf.py In these same files, you also need to point pyopencl towards the Boost headers and libraries. Hope this helps, Andreas
pgp3d7Mi6uDK3.pgp
Description: PGP signature
_______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
