12345678910111213141516171819202122232425262728293031 |
- Dependencies required on a fresh install for the development board:
- Vanilla system installed on the board: Ubuntu 16.04.1 LTS
- Kernel installed Linux odroid 3.10.103-124 #1 SMP PREEMPT armv7l armv7l armv7l GNU/Linux
- Packets already installed after the flash of the system:
- build-essential flex bison libtool libncurses5* git-core htop
- Packets needed for pocl 0.14 build:
- Suggested by the official wiki:
- LLVM & Clang (those include in ubuntu packages)
- Make
- libtool dlopen wrapper libltdl3-dev
- pthread (should be installed by default)
- hwloc v1.0 or newer (e.g. libhwloc-dev)
- pkg-config
- cmake
- Packets really installed on the board:
- cmake
- libhwloc-dev (that automatically installs libhwloc-dev libhwloc-plugins libhwloc5 ocl-icd-libopencl1
- libclang-3.8-dev clang-3.8 and llvm-3.8-dev (installs binfmt-support clang-3.8 libclang-3.8-dev libclang-common-3.8-dev libclang1-3.8 libffi-dev libobjc-5-dev libobjc4 llvm-3.8 llvm-3.8-dev llvm-3.8-runtime)
- zlib1g (required error ld in linking runtime pocl)
- ocl-icd-libopencl1 ocl-icd-opencl-dev (needed otherwise when invoking make install doesn't install in /etc/OpenCL/vendors the pocl.icd file.
- libglew-dev (required by cmake for some tests)
- Packets needed for benchmark:
- time (the built-in time is not the time we expect, doesn't support the format string)
- gnuplot (for printing graphs)
- Packets needed for deployment:
- git
|