aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-08-30 16:59:42 +0100
committerJack Nagel2014-08-30 11:02:32 -0500
commit5b50c52d1596f5b66df554e87b9ab98439bc2a55 (patch)
tree09ef6bc2d793736e5752f7763e60554049c0580f /Library
parent56955e3a8817b6756b3347c855ef347013f22753 (diff)
downloadhomebrew-5b50c52d1596f5b66df554e87b9ab98439bc2a55.tar.bz2
clasp: add 3.1.0 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/clasp.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/clasp.rb b/Library/Formula/clasp.rb
index e21d4af25..5dc99ef91 100644
--- a/Library/Formula/clasp.rb
+++ b/Library/Formula/clasp.rb
@@ -5,6 +5,13 @@ class Clasp < Formula
url 'https://downloads.sourceforge.net/project/potassco/clasp/3.1.0/clasp-3.1.0-source.tar.gz'
sha1 '57297b641d6900a639e09c2a1c73549707f337b7'
+ bottle do
+ cellar :any
+ sha1 "b72378ef1072d758c0b67a5efd2c3aa63ce7b6af" => :mavericks
+ sha1 "dec30107fa4ad5fcf88ebe566c03b88aed00c28d" => :mountain_lion
+ sha1 "47b98da2e221a1387780e3c262b96147efffd61e" => :lion
+ end
+
option 'with-mt', 'Enable multi-thread support'
depends_on 'tbb' if build.with? "mt"