Skip to content

Instantly share code, notes, and snippets.

@RobertCNelson
Last active August 29, 2015 14:14
Show Gist options
  • Select an option

  • Save RobertCNelson/2bc156a4a9f1099f1943 to your computer and use it in GitHub Desktop.

Select an option

Save RobertCNelson/2bc156a4a9f1099f1943 to your computer and use it in GitHub Desktop.
Shamrock
Debian Jessie:
sudo apt-get update
sudo apt-get install check cmake llvm-3.6 clang-3.6 libboost-dev libclang-3.6-dev \
mesa-common-dev opencl-headers
git clone https://github.com/RobertCNelson/shamrock.git
cd shamrock/
git checkout origin/ocl_1_2-jessie-llvm-3.6 -b tmp
mkdir shamrock_build
cd shamrock_build
cmake -DCMAKE_BUILD_TYPE=Debug ~/shamrock
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment