Hi!

I am trying to install pyCuda on a MacBook Pro but experience a compilation
problem.

I got the following siteconf.py file setup

BOOST_INC_DIR = ["/Users/apek/documents/Software libraries/boost_1_40_0"]
BOOST_LIB_DIR = ["/usr/local/lib"]
BOOST_COMPILER = ["gcc"]
BOOST_PYTHON_LIBNAME = ["boost_python"]
BOOST_THREAD_LIBNAME = ["boost_thread"]
CUDA_TRACE = False
CUDA_ROOT = ["/usr/local/cuda/"]
CUDA_ENABLE_GL = False
CUDADRV_LIB_DIR = ["/usr/local/cuda/lib"]
CUDADRV_LIBNAME = ["cuda"]
CXXFLAGS = [] 
LDFLAGS = []

Using ³make² I get the following compilation error

ctags -R src || true
ctags: illegal option -- R
usage: ctags [-BFadtuwvx] [-f tagsfile] file ...
/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Conte
nts/MacOS/Python setup.py build
Traceback (most recent call last):
  File "setup.py", line 329, in <module>
    main()
  File "setup.py", line 199, in main
    conf["CUDA_INC_DIR"] = [join(conf["CUDA_ROOT"], "include")]
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/posixpath.p
y", line 67, in join
    elif path == '' or path.endswith('/'):
AttributeError: 'list' object has no attribute 'endswith'
make: *** [all] Error 1

Anyone has experince with this error or can direct me towards a solution?

Thanks in advance

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

Reply via email to