Skip to content

Commit 3827cfc

Browse files
committed
Check ocl installation.
1 parent d55c025 commit 3827cfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/install_linux.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ else
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
6666
fi
6767
if [[ "$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
7474
fi
7575
if [[ "$FEATURE_GL_UPLOAD" = "ON" || "$FEATURE_LOADTESTS" =~ "OpenGL" ]]; then
7676
sudo apt-get -qq install libgl1:$dpkg_arch libgl1-mesa-dev:$dpkg_arch

0 commit comments

Comments
 (0)