找不到cl.h - 无法安装PyOpenCL

时间:2013-11-19 01:54:48

标签: python

我正在关注PyOpenCL的这个安装教程:http://wiki.tiker.net/PyOpenCL/Installation/Linux/Ubuntu并且直到make部分,我得到以下错误:

$ make
ctags -R src || true
ctags: skipping src: it is not a regular file.
/usr/bin/python setup.py build
running build
running build_py
running build_ext
building '_cl' extension
...
In file included from src/wrapper/wrap_cl.cpp:1:0:
src/wrapper/wrap_cl.hpp:27:19: fatal error: CL/cl.h: No Such File or Directory
error: command 'gcc' failed with exit status 1
make: ** [all] Error 1

我发现有类似问题的人cl.h not found - how to link in makefile,但我没有帮助过我。

当我查看我的usr / src目录时,我甚至无法找到/ wrapper目录,我是否应该创建目录并下载此文件,或者这只是意味着本教程中的某些过去步骤无效我的电脑?我能解决这个问题吗?

我有一个Ubuntu 12.04 LTS操作系统和一个ATI显卡。

0 个答案:

没有答案