Sven Schreiber wrote:
> Rohit Garg schrieb:
>
>   
>>> Turns out those aren't working either. Seems that gcc 4.4 in Ubuntu 9.10
>>> is not compatible with Nvidia's current SDK? I tried to remove gcc 4.4
>>> and install 4.3 (and adding a g++ symlink to g++-4.3 in /usr/bin I
>>> think), which got me a little farther, but no success either.
>>>
>>> Is anybody here running on Ubuntu 9.10 and/or gcc 4.4?
>>>       
>> I am using this combination, but I am also using AMD's opencl
>> implementation for CPU's. It's working fine for me, so I think it is a
>> nv sdk issue.
>>     
>
> Yes, absolutely! So really my question was meant as:
>
> Ubuntu 9.10 and Nvidia SDK howto?
>   

The examples are working for me on Karmic with the attached siteconf.py,
but I haven't gone any further. I'm using amd64 arch, the 195.30 beta
drivers, and a GeForce GTX 260.

-Andrew
BOOST_INC_DIR = []
BOOST_LIB_DIR = []
BOOST_COMPILER = 'g++-4.4'
BOOST_PYTHON_LIBNAME = ['boost_python-mt-py26']
BOOST_THREAD_LIBNAME = []
CL_TRACE = False
CL_ENABLE_GL = True
SHIPPED_CL_HEADERS = False
CL_INC_DIR = []
CL_LIB_DIR = []
CL_LIBNAME = ['OpenCL']
CXXFLAGS = []
LDFLAGS = []
_______________________________________________
PyOpenCL mailing list
[email protected]
http://host304.hostmonster.com/mailman/listinfo/pyopencl_tiker.net

Reply via email to