Hey PyCuda Gang- Quick note to mention that PyCuda built w/o a hitch on this distribution using gcc 4.4.2. Here is a copy of my siteconf.py file for others who might be able to use it. Thank you Andreas for the extraordinary effort and Happy Holidays to all.
# cat siteconf.py BOOST_INC_DIR = ['/usr/include/boost'] BOOST_LIB_DIR = ['/usr/lib64'] BOOST_COMPILER = 'gcc442' BOOST_PYTHON_LIBNAME = ['boost_python-mt'] BOOST_THREAD_LIBNAME = ['boost_thread-mt'] CUDA_TRACE = False CUDA_ROOT = '/usr/local/cuda/' CUDA_ENABLE_GL = True CUDADRV_LIB_DIR = ['/usr/lib64'] CUDADRV_LIBNAME = ['cuda'] CXXFLAGS = [] LDFLAGS = [] # -- Vince Fulco, CFA, CAIA 612.424.5477 (universal) [email protected] A posse ad esse non valet consequentia “the possibility does not necessarily lead to materialization” _______________________________________________ PyCUDA mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
