aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSamuel Nilsson2015-04-22 20:25:19 +0200
committerMike McQuaid2015-04-23 21:43:29 +0100
commit27a372cccbf70a7c0b0663fb21a930c1999ce7dc (patch)
tree3ec2b5a15998d738396655615734da9286e43113 /Library
parent4dc2ecdeae9debe4734616279449f8c360e51247 (diff)
downloadhomebrew-27a372cccbf70a7c0b0663fb21a930c1999ce7dc.tar.bz2
mahout 0.10.0
Closes #38948. Closes #38959. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mahout.rb11
1 files changed, 6 insertions, 5 deletions
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