aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJulian de Ruiter2012-08-17 10:31:57 +0200
committerAdam Vandenberg2012-09-28 20:47:33 -0700
commit55534b7f20c99f4666834dfe3594a640bbe85a89 (patch)
treed13b491c77d0542e22cbefcd87a283667c684972 /Library/Formula
parentf4a29079335c97178221a85209ef971382f2a67c (diff)
downloadhomebrew-55534b7f20c99f4666834dfe3594a640bbe85a89.tar.bz2
Tophat: add fails_with :clang
Closes #14260. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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