我正在尝试安装最近升级到 19.10 的 OpenCL。系统gcc
是9.2.1-9ubuntu2
。
然而:
apt install mesa-opencl-icd
无法安装libclc-r600
或libclc-amdgcn
深入兔子洞可以得到以下结果:
libclc-amdgcn : Depends: libclang-common-8-dev but it is not going to be installed
libclang-common-8-dev : Depends: lib32gcc1 (>= 1:4.2) but it is not going to be installed
Depends: lib32stdc++6 (>= 4.1.1) but it is not going to be installed
Depends: libc6-i386 (>= 2.17) but it is not going to be installed
lib32stdc++6 : Depends: gcc-9-base (= 9.1.0-2ubuntu2~19.04) but 9.2.1-9ubuntu2 is to be installed
Depends: lib32gcc1 (>= 1:4.2) but it is not going to be installed
Depends: libc6-i386 (>= 2.18) but it is not going to be installed
如何进行?