Skip to content

Commit

Permalink
Install OpenCL headers as well as library.
Browse files Browse the repository at this point in the history
This provides the <CL/cl.h> header required by OpenCL targets.

github.com/ChrisCummins/phd/issues/65
  • Loading branch information
ChrisCummins committed Jan 3, 2020
1 parent dc87ed7 commit 5996ecd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DEPS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ linux: sudo apt install -y --no-install-recommends curl
linux: sudo apt install -y --no-install-recommends wget
linux: sudo apt install -y --no-install-recommends g++
linux: sudo apt install -y --no-install-recommends git
linux: sudo apt install -y --no-install-recommends ocl-icd-opencl-dev
linux: sudo apt install -y --no-install-recommends ocl-icd-opencl-dev # Needed for -lOpenCL
linux: sudo apt install -y --no-install-recommends opencl-c-headers # Needed for #include <CL/cl.h>
linux: sudo apt install -y --no-install-recommends pkg-config
linux: sudo apt install -y --no-install-recommends python
linux: sudo apt install -y --no-install-recommends python-dev
Expand Down

0 comments on commit 5996ecd

Please sign in to comment.