From 27a372cccbf70a7c0b0663fb21a930c1999ce7dc Mon Sep 17 00:00:00 2001 From: Samuel Nilsson Date: Wed, 22 Apr 2015 20:25:19 +0200 Subject: mahout 0.10.0 Closes #38948. Closes #38959. Signed-off-by: Mike McQuaid --- Library/Formula/mahout.rb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Library') diff --git a/Library/Formula/mahout.rb b/Library/Formula/mahout.rb index c274c510e..5fc7aab24 100644 --- a/Library/Formula/mahout.rb +++ b/Library/Formula/mahout.rb @@ -1,20 +1,21 @@ require 'formula' class Mahout < Formula - homepage 'http://mahout.apache.org/' - url 'http://apache.cs.utah.edu/mahout/0.9/mahout-distribution-0.9.tar.gz' - sha1 'b0d192a33dcc3f00439bf2ffbc313c6ef47510c3' + homepage 'https://mahout.apache.org/' + url 'http://apache.cs.utah.edu/mahout/0.10.0/mahout-distribution-0.10.0.tar.gz' + sha1 'c8dcb51a04eb026eb9fd0fe6cb496cb101cf632d' head do - url 'http://svn.apache.org/repos/asf/mahout/trunk' + url 'https://svn.apache.org/repos/asf/mahout/trunk' depends_on 'maven' => :build end depends_on 'hadoop' + depends_on :java def install if build.head? - system 'chmod 755 ./bin' + chmod 755, './bin' system 'mvn -DskipTests clean install' end -- cgit v1.2.3