diff options
| author | Mike McQuaid | 2012-01-29 20:07:06 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2012-01-31 19:37:02 +0000 |
| commit | cf9f65d5a0155fe860f40317ba07f13d3fdd3ac7 (patch) | |
| tree | 346ead9db74cdd69133c5a489da0fb827c344fd6 /Library/Formula/sbcl.rb | |
| parent | 0f45ece62345c55a75fddb1b1f5207aafe0ab0be (diff) | |
| download | homebrew-cf9f65d5a0155fe860f40317ba07f13d3fdd3ac7.tar.bz2 | |
Add sbcl bottle.
Result of discussion in #9841.
Diffstat (limited to 'Library/Formula/sbcl.rb')
| -rw-r--r-- | Library/Formula/sbcl.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/sbcl.rb b/Library/Formula/sbcl.rb index 7ebaa919b..5a33bbca2 100644 --- a/Library/Formula/sbcl.rb +++ b/Library/Formula/sbcl.rb @@ -12,6 +12,11 @@ class Sbcl < Formula md5 '128fb15c80e8e3f8d4024bd8e04635e0' head 'git://sbcl.git.sourceforge.net/gitroot/sbcl/sbcl.git' + bottle do + url 'https://downloads.sf.net/project/machomebrew/Bottles/sbcl-1.0.55-bottle.tar.gz' + sha1 '3c13225c8fe3eabf54e9d368e6b74318a5546430' + end + fails_with_llvm "Compilation fails with LLVM.", :build => 2334 skip_clean 'bin' |
