diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/clasp.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Formula/clasp.rb b/Library/Formula/clasp.rb index 4f0cad577..967b83502 100644 --- a/Library/Formula/clasp.rb +++ b/Library/Formula/clasp.rb @@ -5,13 +5,6 @@ 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" |
