File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6565 sudo apt-get -qq install gcc-$gcc_pkg_arch -linux-gnu:native g++-$gcc_pkg_arch -linux-gnu:native binutils-$gcc_pkg_arch -linux-gnu:native
6666fi
6767if [[ " $SUPPORT_OPENCL " = " ON" ]]; then
68- sudo apt-get -qq install pocl-opencl-icd libpocl-dev:$dpkg_arch
68+ sudo apt-get -qq install pocl-opencl-icd: $dpkg_arch libpocl-dev:$dpkg_arch
6969 # This is still needed as only it provides libOpenCL.so.
7070 sudo apt-get -qq install ocl-icd-opencl-dev:$dpkg_arch
7171 # In case we need to check the OpenCL installation.
72- # sudo apt-get -qq install clinfo:$dkpg_arch
73- # clinfo
72+ sudo apt-get -qq install clinfo:$dkpg_arch
73+ clinfo
7474fi
7575if [[ " $FEATURE_GL_UPLOAD " = " ON" || " $FEATURE_LOADTESTS " =~ " OpenGL" ]]; then
7676 sudo apt-get -qq install libgl1:$dpkg_arch libgl1-mesa-dev:$dpkg_arch
You can’t perform that action at this time.
0 commit comments