aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/quantlib.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-03-27 12:37:24 +0000
committerMike McQuaid2014-03-27 12:40:38 +0000
commit6196954c99784947a5c5f6d8a427847d9bc71f94 (patch)
treee949176a7cbce2bbad075594e9f6c9bf5975285c /Library/Formula/quantlib.rb
parent0ac64bd6a5e3cd4f10f2541810971abbb1fe87e8 (diff)
downloadhomebrew-6196954c99784947a5c5f6d8a427847d9bc71f94.tar.bz2
quantlib: add 1.4 bottle.
Closes #27708. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/quantlib.rb')
-rw-r--r--Library/Formula/quantlib.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/quantlib.rb b/Library/Formula/quantlib.rb
index a6e54874b..2043ba189 100644
--- a/Library/Formula/quantlib.rb
+++ b/Library/Formula/quantlib.rb
@@ -5,6 +5,13 @@ class Quantlib < Formula
url 'https://downloads.sourceforge.net/project/quantlib/QuantLib/1.4/QuantLib-1.4.tar.gz'
sha1 'f31f4651011a8e38e8b2cc6c457760fe61863391'
+ bottle do
+ cellar :any
+ sha1 "4159c617207a756fc39e11755c8c0c41562ac48d" => :mavericks
+ sha1 "d556348c0d2d44fe2b24167a99c8ac5c3c26bb79" => :mountain_lion
+ sha1 "8fdc268cab283a11967df58489aa6df60c8f8779" => :lion
+ end
+
option :cxx11
if build.cxx11?