parent
060dc5ffe6
commit
3609b865c0
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,14 @@ class Mafft < Formula
|
|||
url 'http://align.bmr.kyushu-u.ac.jp/mafft/software/mafft-6.717-with-extensions-src.tgz'
|
||||
sha1 '18d82340918949bbcdce659d4a09421ce06d67b1'
|
||||
|
||||
fails_with :clang do
|
||||
build 421
|
||||
cause <<-EOS.undent
|
||||
Clang does not allow default arguments in out-of-line definitions of
|
||||
class template members.
|
||||
EOS
|
||||
end
|
||||
|
||||
def install
|
||||
cd 'core' do
|
||||
system "make", "CC=#{ENV.cc}",
|
||||
|
|
Loading…
Reference in a new issue