From 55534b7f20c99f4666834dfe3594a640bbe85a89 Mon Sep 17 00:00:00 2001 From: Julian de Ruiter Date: Fri, 17 Aug 2012 10:31:57 +0200 Subject: Tophat: add fails_with :clang Closes #14260. Signed-off-by: Adam Vandenberg --- Library/Formula/tophat.rb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/tophat.rb b/Library/Formula/tophat.rb index 45b09959c..76c4a4fc8 100644 --- a/Library/Formula/tophat.rb +++ b/Library/Formula/tophat.rb @@ -7,6 +7,15 @@ class Tophat < Formula depends_on 'samtools' + fails_with :clang do + build 421 + cause <<-EOS.undent + Compiling with clang results in the error "default arguments + cannot be added to a function template that has already been declared". + Upstream source should move default parameter declaration to fix. + EOS + end + def install # It seems this project Makefile doesn't like -j4 # Disable until consult with upstream -- cgit v1.2.3