On Nov 28, 2008, at 1:15 AM, Nick Semenkovich wrote:
I seem to be having the same Mac problem that Thomas Wanner had … any thoughts?
<snip>
$ cat siteconf.py BOOST_INC_DIR = ['/Users/semenko/pool/include/boost-1_37'] BOOST_LIB_DIR = ['/Users/semenko/pool/lib'] BOOST_PYTHON_LIBNAME = ['boost_python-xgcc40-mt'] CUDA_ROOT = '/usr/local/cuda' CUDADRV_LIB_DIR = ['/usr/local/cuda/lib'] CUDADRV_LIBNAME = ['cuda'] CXXFLAGS = [] LDFLAGS = []
<snip>
$ echo $DYLD_LIBRARY_PATH /Users/semenko/pool/lib
Cuda is installed in /usr/local/cuda/lib but that isn't on your $DYLD_LIBRARY_PATH when you add that to your path i think your good to go!
Nicholas _______________________________________________ PyCuda mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
