On Sun, 8 Feb 2009 13:11:16 -0500
jan acosta <[email protected]> wrote:

> Ubuntu.

first, you dont need to install boost yourself since there is a
boost-python package in Ubuntu. just install the development
package(it ends with -dev).   

$ sudo aptitude install libboost-python-dev

go to your pycuda source directory. remove "build" directory and
change your config to : 

BOOST_INC_DIR = []
BOOST_LIB_DIR = []
BOOST_PYTHON_LIBNAME = ['libboost_python-mt']
CUDA_ROOT = '/usr/local/cuda'
CUDADRV_LIB_DIR = []
CUDADRV_LIBNAME = ['cuda']
CXXFLAGS = []
LDFLAGS = []

then rebuild and reinstall.

ciao 

J-Pascal 

 

Attachment: signature.asc
Description: PGP signature

_______________________________________________
PyCuda mailing list
[email protected]
http://tiker.net/mailman/listinfo/pycuda_tiker.net

Reply via email to