ecl 13.5.1
Closes Homebrew/homebrew#21775. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
c0bd00ad31
commit
a07b378e8a
1 changed files with 6 additions and 2 deletions
|
@ -2,8 +2,12 @@ require 'formula'
|
|||
|
||||
class Ecl < Formula
|
||||
homepage 'http://ecls.sourceforge.net/'
|
||||
url 'http://downloads.sourceforge.net/project/ecls/ecls/12.7/ecl-12.7.1.tar.gz'
|
||||
sha1 'c5b81d0dc5fdd6c72af99dc883752bfee85028dc'
|
||||
url 'http://downloads.sourceforge.net/project/ecls/ecls/13.5/ecl-13.5.1.tgz'
|
||||
sha1 'db7f732e5e12182118f00c02d8d2531f6d6aefb2'
|
||||
|
||||
fails_with :clang do
|
||||
cause "The built-in gmp library fails to build with clang"
|
||||
end
|
||||
|
||||
def install
|
||||
ENV.deparallelize
|
||||
|
|
Loading…
Reference in a new issue