summaryrefslogtreecommitdiff
path: root/homebrew/oclgrind/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/oclgrind/.beer')
-rw-r--r--homebrew/oclgrind/.beer26
1 files changed, 26 insertions, 0 deletions
diff --git a/homebrew/oclgrind/.beer b/homebrew/oclgrind/.beer
new file mode 100644
index 000000000..4f53ea29f
--- /dev/null
+++ b/homebrew/oclgrind/.beer
@@ -0,0 +1,26 @@
+{
+ "name": "Oclgrind",
+ "description": "OpenCL device simulator and debugger",
+ "url": "https://github.com/jrprice/Oclgrind/archive/v18.3.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/jrprice/Oclgrind",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ },
+ {
+ "depend": "llvm",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"cmake\", \".\", *std_cmake_args",
+ "system \"make\", \"install\""
+ ],
+ "version": "18.3",
+ "file": "oclgrind.rb"
+} \ No newline at end of file