bdw-gc 7.2d
Upgrade bdw-gc to version 7.2d. It passes make check on 10.8 using clang and llvm from XCode-4.4.1. Remove the `fails_with`. Fixes Homebrew/homebrew#13940. Closes Homebrew/homebrew#14259. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
407fe8c6af
commit
cb876e7022
1 changed files with 2 additions and 7 deletions
|
@ -2,13 +2,8 @@ require 'formula'
|
|||
|
||||
class BdwGc < Formula
|
||||
homepage 'http://www.hpl.hp.com/personal/Hans_Boehm/gc/'
|
||||
url 'http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.2c.tar.gz'
|
||||
sha1 '18c5b1aa9289a12fead3ceeda8fdc81f4ed08964'
|
||||
|
||||
fails_with :clang do
|
||||
build 421
|
||||
cause 'Segfault 11 during make check'
|
||||
end
|
||||
url 'http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.2d.tar.gz'
|
||||
sha1 'b43573800e27361da78f05a2e98394521cfa04fc'
|
||||
|
||||
option :universal
|
||||
|
||||
|
|
Loading…
Reference in a new issue