summaryrefslogtreecommitdiff
path: root/homebrew/clfft/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/clfft/.beer')
-rw-r--r--homebrew/clfft/.beer27
1 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/clfft/.beer b/homebrew/clfft/.beer
new file mode 100644
index 000000000..df055d845
--- /dev/null
+++ b/homebrew/clfft/.beer
@@ -0,0 +1,27 @@
+{
+ "name": "Clfft",
+ "description": "FFT functions written in OpenCL",
+ "url": "https://github.com/clMathLibraries/clFFT/archive/v2.12.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/clMathLibraries/clFFT",
+ "depends": [
+ {
+ "depend": "boost",
+ "build-depend": true
+ },
+ {
+ "depend": "cmake",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "mkdir \"build\" do",
+ "system \"cmake\", \"../src\", \"-DBUILD_EXAMPLES:BOOL=OFF\", \"-DBUILD_TEST:BOOL=OFF\", *std_cmake_args",
+ "system \"make\", \"install\""
+ ],
+ "version": "2.12.2",
+ "file": "clfft.rb"
+} \ No newline at end of file