Post
Topic
Board Mining
Re: mine with ubuntu 11.04?
by
brybot
on 29/04/2011, 06:10:50 UTC
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.

Code:
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. =(