Last active
August 29, 2015 14:14
-
-
Save RobertCNelson/2bc156a4a9f1099f1943 to your computer and use it in GitHub Desktop.
Shamrock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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