On Tue, 26 Apr 2011 12:04:49 -0700 (PDT), Mike Tischler 
<[email protected]> wrote:
> Andreas,
> Sorry for the delay in responding.
> 
> I'm able to get the latest git using commands through the GIT bash
> shell.  I'm also able to use and activate virtualenv through a
> traditional command prompt.  But, I'm not sure how to configure pycuda
> to build from the bpl-subset instead of an external boost source. 
> What do you specify for the missing entries in the siteconf.py file
> below:
> 
> 
> BOOST_INC_DIR = []
> BOOST_LIB_DIR = []
> BOOST_COMPILER = 'msvc9'
> USE_SHIPPED_BOOST = True
> BOOST_PYTHON_LIBNAME = []
> BOOST_THREAD_LIBNAME = []
> 
> 
> if using msvc as your compiler?  I'm very unfamiliar with virtualenv,
> so I'm not quite sure how to go about installing pycuda through that
> environment, unfortunately.  Sorry for the inconvenience!

You don't need to configure any of the BOOST_ variables aside from
USE_SHIPPED_BOOST. Once you've activated your virtualenv, you install as
you normally would. (i.e. through 'python setup.py install') The key is
that the 'activation' of the virtualenv has changed your path to the
python interpreter within the virtualenv, and all installation will go
there instead of the underlying (perhaps global) interperter. 

Before you proceed, it might be worthwhile to check whether your
virtualenv is really pointing you at the right Python, e.g. by starting
the interactive Python shell and looking at sys.path.

HTH,
Andreas

Attachment: pgpVqKLeu9LKe.pgp
Description: PGP signature

_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda

Reply via email to