ecl 13.5.1

Closes Homebrew/homebrew#21775.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Matthias Hoelzl 2013-08-09 13:32:32 +02:00 committed by Adam Vandenberg
parent c0bd00ad31
commit a07b378e8a

View file

@ -2,8 +2,12 @@ require 'formula'
class Ecl < Formula class Ecl < Formula
homepage 'http://ecls.sourceforge.net/' homepage 'http://ecls.sourceforge.net/'
url 'http://downloads.sourceforge.net/project/ecls/ecls/12.7/ecl-12.7.1.tar.gz' url 'http://downloads.sourceforge.net/project/ecls/ecls/13.5/ecl-13.5.1.tgz'
sha1 'c5b81d0dc5fdd6c72af99dc883752bfee85028dc' sha1 'db7f732e5e12182118f00c02d8d2531f6d6aefb2'
fails_with :clang do
cause "The built-in gmp library fails to build with clang"
end
def install def install
ENV.deparallelize ENV.deparallelize