Hi, I'm trying to install pyopencl but apt-get outputs:
Code:
sudo apt-get install python-pyopencl 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 python-pyopencl : Depends: nvidia-current but it is not going to be installed
                   Recommends: nvidia-opencl-icd but it is not installable
E: Unable to correct problems, you have held broken packages.
My system is:
Code:
uname -a
Linux cldev 3.5.0-24-generic #37~precise1-Ubuntu SMP Thu Feb 7 22:09:59 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
After fresh Ubuntu install packages fglrx-updates and fglrx-amdcccle-updates were installed using apt-get.
My video card:
Code:
lspci | grep VGA
06:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Antilles [AMD Radeon HD 6990]
How to get pyopencl installed?