Not sure where I am going wrong. Using NVIDIA for now. Have not ordered the ATI card yet.
When I get to pyopencl installation I get errors.
bryan@bryan-desktop:~/Downloads/pyopencl-0.92$ make
ctags -R src || true
/bin/sh: ctags: not found
/usr/bin/python setup.py build
running build
running build_py
running build_ext
building '_cl' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c src/wrapper/wrap_cl.cpp -o build/temp.linux-x86_64-2.7/src/wrapper/wrap_cl.o
In file included from src/wrapper/wrap_cl.cpp:1:0:
src/wrapper/wrap_cl.hpp:20:19: fatal error: CL/cl.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
make: *** [all] Error 1
Any idea what I am doing wrong? I installed all the packages you mentioned except for gcc for c++ which seemed to already be installed. I have been going through the pyopencl wiki, but still getting errors. =(
Looks like it can't locate open CL. Have you installed the ATI openCL package? If so then you need to do the following (change the path if you're not using SDK 2.1):
$ ./configure.py --cl-inc-dir=/opt/ati-stream-sdk-v2.1-lnx64/include/ --cl-lib-dir=/opt/ati-stream-sdk-v2.1-lnx64/lib/x86_64
$ make
$ sudo make install
Download python-jsonrpc
$ svn checkout
http://svn.json-rpc.org/trunk/python-jsonrpc$ cd python-jsonrpc
$ sudo python setup.py install
Full instructions here:
http://bitcointalk.org/index.php?topic=3359.msg47174#msg47174