aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-03-25 21:53:03 +0000
committerMike McQuaid2014-03-25 22:32:55 +0000
commit4aba0b123ec0a28ad4314797415737e58d28ced2 (patch)
tree035ab200a76dd5e7bbe2166e461504b8df113793 /Library/Formula
parent9081f165ac166e5b142cf4d1b2b0a0f134711104 (diff)
downloadhomebrew-4aba0b123ec0a28ad4314797415737e58d28ced2.tar.bz2
clasp: add 3.0.1 bottle.
Closes #27871. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-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 967b83502..4f0cad577 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.0.1/clasp-3.0.1-source.tar.gz'
sha1 '23d47997fe1f474785596c17085c32e76ae5d5c1'
+ bottle do
+ cellar :any
+ sha1 "5436ef5b91eab2b90c7ceb1b2d5fd3f7f80287f0" => :mavericks
+ sha1 "26681cd8c4d37d1f079866309934aa53be9d4628" => :mountain_lion
+ sha1 "bcd2846a95b709ce1e615103eb1f4f12cf580adb" => :lion
+ end
+
option 'with-mt', 'Enable multi-thread support'
depends_on 'tbb' if build.with? "mt"