diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ecl.rb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Library/Formula/ecl.rb b/Library/Formula/ecl.rb index 56f4fcf9f..bc94dd503 100644 --- a/Library/Formula/ecl.rb +++ b/Library/Formula/ecl.rb @@ -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 |
