Hi Andreas, hi list,

sorry for the delay. I tried again to install PyCUDA, this time
v0.93rc4 with boost 1.39.0 on Ubuntu 8.10 Interpid.

I built the siteconfig.py with my own verifier because I didn't
notice that setup.py had it included. Then I ran setup.py and
it failed with a type error (see below).

What could be the problem? Has the format of siteconf.py changed?

Kind regards,
Marcel

========================================================================

s...@wok:~/pycuda-0.93rc4$ python setup.py
Traceback (most recent call last):
  File "setup.py", line 315, in <module>
    main()
  File "setup.py", line 198, in main
    verify_siteconfig(conf)
  File "setup.py", line 135, in verify_siteconfig
    extensions=APP_EXTS,
  File "setup.py", line 66, in verify_path
    filename = path + subpath + prefix + name + extension
TypeError: can only concatenate list (not "str") to list

s...@wok:~/pycuda-0.93rc4$ cat siteconf.py
BOOST_INC_DIR = ['/usr/include']
BOOST_LIB_DIR = ['/usr/local/lib']
BOOST_COMPILER = 'gcc43'
BOOST_PYTHON_LIBNAME = ['libboost_python-gcc43-mt-1_39']
BOOST_THREAD_LIBNAME = ['libboost_thread-gcc43-mt-1_39']
CUDA_ROOT = ['/usr/local/cuda']
CUDA_INC_DIR = ['/usr/local/cuda/include']
CUDA_TRACE = False
CUDA_ENABLE_GL = False
CUDADRV_LIB_DIR = ['/usr/lib']
CUDADRV_LIBNAME = ['cuda']
CXXFLAGS = []
LDFLAGS = []

s...@wok:~/pycuda-0.93rc4$

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

Reply via email to