install-requirements.sh 691 B

1234567891011
  1. # Output message for the user
  2. echo "We are installing the dependencies"
  3. sleep 10
  4. # Install all the dependencies needed for compiling the runtime, the benchmarks and the power measurement utility
  5. sudo apt-get update && sudo apt-get upgrade -y
  6. sudo apt-get install -y vim build-essential flex bison libtool libncurses5* git-core htop cmake libhwloc-dev libclang-3.8-dev clang-3.8 and llvm-3.8-dev zlib1g ocl-icd-libopencl1 clinfo libglew-dev time gnuplot clinfo ocl-icd-dev ocl-icd-opencl-dev qt4-qmake libqt4-dev libusb-1.0-0-dev
  7. # Install the python dependencies for the creation of the charts with python
  8. sudo apt-get install python python-tk
  9. sudo -H pip install numpy matplotlib seaborn