Build SkelCL (CentOS) - skelcl/skelcl GitHub Wiki

  1. Download and install OpenCL

  2. Install git (if necessary) with su -c 'yum install git'

  3. Clone the SkelCL repository
    git clone https://github.com/skelcl/skelcl.git

  4. Change in the skelcl directory (cd skelcl) and execute the ./installDependenciesCentOS.sh script. Answer all questions with y.

  5. Enable the devtools, create a build directory, execute cmake, and perform the build with:
    scl enable devtoolset-1.1 bash
    mkdir build
    cd build
    cmake28 ..
    make

  6. Execute all tests with make test


This guide has been tested with CentOS 6.5 64 bit.