From 810931440219a2760ddaf38c081b4939dfead072 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 29 Jan 2012 20:07:06 +0000 Subject: [PATCH] Add sbcl bottle. Result of discussion in Homebrew/homebrew#9841. --- Formula/sbcl.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/sbcl.rb b/Formula/sbcl.rb index 7ebaa919b6..5a33bbca21 100644 --- a/Formula/sbcl.rb +++ b/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'