From f6d281ec31a2bd3026d8c8b0d5707f51fba8d6fa Mon Sep 17 00:00:00 2001 From: Steffen Hausmann Date: Sat, 9 Jun 2012 17:10:12 +0200 Subject: MonetDB 11.9.5 Compilation of rubygem is disabled as it breaks the installation of the formula. Signed-off-by: Adam Vandenberg --- Library/Formula/monetdb.rb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/monetdb.rb b/Library/Formula/monetdb.rb index c769c0e10..1f68433a1 100644 --- a/Library/Formula/monetdb.rb +++ b/Library/Formula/monetdb.rb @@ -1,16 +1,14 @@ require 'formula' class Monetdb < Formula - url 'http://dev.monetdb.org/downloads/sources/Dec2011/MonetDB-11.7.5.tar.bz2' - sha1 '67444140c9ef015c7e18bc26faa69f33c1a1220c' homepage 'http://www.monetdb.org/' + url 'http://dev.monetdb.org/downloads/sources/Apr2012-SP1/MonetDB-11.9.5.tar.bz2' + sha1 '28b0b86a417581414e506664ab03a1bd6b9d94c7' head 'http://dev.monetdb.org/hg/MonetDB', :using => :hg depends_on 'pcre' - - # Compilation fails with the libedit library provided by OSX. - depends_on 'readline' + depends_on 'readline' # Compilation fails with libedit. def install system "./bootstrap" if ARGV.build_head? @@ -19,7 +17,8 @@ class Monetdb < Formula "--enable-debug=no", "--enable-assert=no", "--enable-optimize=yes", - "--enable-testing=no" + "--enable-testing=no", + "--without-rubygem" system "make install" end end -- cgit v1.2.3