summaryrefslogtreecommitdiff
path: root/homebrew/cppad/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/cppad/.beer')
-rw-r--r--homebrew/cppad/.beer24
1 files changed, 24 insertions, 0 deletions
diff --git a/homebrew/cppad/.beer b/homebrew/cppad/.beer
new file mode 100644
index 000000000..dd6fdfaa9
--- /dev/null
+++ b/homebrew/cppad/.beer
@@ -0,0 +1,24 @@
+{
+ "name": "Cppad",
+ "description": "Differentiation of C++ Algorithms",
+ "url": "https://github.com/coin-or/CppAD/archive/20190200.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.coin-or.org/CppAD",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "mkdir \"build\" do",
+ "system \"cmake\", \"..\", *std_cmake_args,",
+ "\"-Dcppad_prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "20190200.2",
+ "file": "cppad.rb"
+} \ No newline at end of file