aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/tophat.rb9
1 files changed, 9 insertions, 0 deletions
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