summaryrefslogtreecommitdiff
path: root/homebrew/quantlib/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/quantlib/.beer')
-rw-r--r--homebrew/quantlib/.beer41
1 files changed, 41 insertions, 0 deletions
diff --git a/homebrew/quantlib/.beer b/homebrew/quantlib/.beer
new file mode 100644
index 000000000..7a7c02d23
--- /dev/null
+++ b/homebrew/quantlib/.beer
@@ -0,0 +1,41 @@
+{
+ "name": "Quantlib",
+ "description": "Library for quantitative finance",
+ "url": "https://dl.bintray.com/quantlib/releases/QuantLib-1.13.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.quantlib.org/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "libtool",
+ "build-depend": true
+ },
+ {
+ "depend": "boost",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "(buildpath/\"QuantLib\").install buildpath.children if build.stable?",
+ "cd \"QuantLib\" do",
+ "system \"./autogen.sh\" if build.head?",
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\",",
+ "\"--with-lispdir=#{elisp}\",",
+ "\"--enable-intraday\"",
+ "system \"make\", \"install\"",
+ "prefix.install_metafiles"
+ ],
+ "version": "1.13",
+ "file": "quantlib.rb"
+} \ No newline at end of file