cufflinks: add fails_with :clang

Fixes Homebrew/homebrew#13981.
master
Mike McQuaid 2012-08-08 19:06:01 +01:00
parent 3b12d76f70
commit 933cf7f0bf
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ class Cufflinks < Formula
depends_on 'boost'
depends_on 'samtools'
fails_with :clang do
build 421
end
def install
ENV.deparallelize
system "./configure", "--disable-debug", "--disable-dependency-tracking",