Skip to content

Commit

Permalink
allpaths-lg: fails_with any clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
ianml committed Mar 15, 2014
1 parent d2490fc commit 59ca2e3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions allpaths-lg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class AllpathsLg < Formula
sha1 'c53cfe3443d769ddd2a77b61e2c600b3cb49bb2a'

fails_with :clang do
build 500
cause "The only supported compiler is GCC(>=4.7)."
end

Expand All @@ -16,9 +15,9 @@ class AllpathsLg < Formula
end

def install
system './configure', '--disable-debug', '--disable-dependency-tracking',
"--prefix=#{prefix}"
system 'make', 'install'
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make", "install"
end

test do
Expand Down

0 comments on commit 59ca2e3

Please sign in to comment.