Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: weka 3.8.0-1
Git Clone URL: | https://aur-dev.archlinux.org/weka.git (read-only) |
---|---|
Package Base: | weka |
Description: | A collection of machine learning algorithms for data mining tasks |
Upstream URL: | http://www.cs.waikato.ac.nz/ml/weka/ |
Licenses: | |
Submitter: | None |
Maintainer: | andrewchen |
Last Packager: | andrewchen |
Votes: | 82 |
Popularity: | 0.256456 |
First Submitted: | 2006-09-14 21:36 |
Last Updated: | 2016-05-01 02:02 |
Dependencies (3)
- java-runtime (java-gcj-compat, jdk6, jdk5, denix-jdk8, jre8-openjdk-jetbrains-git, server-jre, jre7-openjdk-infinality, tuxjdk, jdk-arm, jre8-openjdk-jetbrains, intellij-jdk, jre8-openjdk-infinality, jdk, jdk7, jre, jre6, jre7, jdk-devel, jre-devel, jre7-openjdk, jre8-openjdk)
- gif2png (make)
- java-environment (java-gcj-compat, jdk6, jdk5, denix-jdk8, jdk8-openjdk-jetbrains-git, jdk7-openjdk-infinality, tuxjdk, jdk-arm, jdk8-openjdk-jetbrains, intellij-jdk, jdk8-openjdk-infinality, jdk, jdk7, jdk-devel, jdk7-openjdk, jdk8-openjdk) (make)
Latest Comments
1 2 3 Next › Last »
polylux commented on 2014-11-04 16:00
This has been outdated for more than a year now, anyone know if the maintainer is still around?
eomarjee commented on 2014-10-21 11:20
Please update PKGBUILD with the following:
pkgver=3.7.11
_dlver=$(echo $pkgver | sed 's/\./-/g')
_dlver_major=$(echo $_dlver | cut -d '-' -f -2)
source=(http://downloads.sourceforge.net/sourceforge/weka/$pkgname-${_dlver_major}/$pkgver/$pkgname-$_dlver.zip
...)
md5sums=('405a0e2d5159fac36a9942b16234f8c4'
...)
Thanks.
eomarjee commented on 2014-10-21 11:20
Please update PKGBUILD with the following:
pkgver=3.7.11
_dlver=$(echo $pkgver | sed 's/\./-/g')
_dlver_major=$(echo $_dlver | cut -d '-' -f -2)
source=(http://downloads.sourceforge.net/sourceforge/weka/$pkgname-${_dlver_ major}/$pkgver/$pkgname-$_dlver.zip
...)
md5sums=('405a0e2d5159fac36a9942b16234f8c4'
...)
Thanks.
pmvalente commented on 2014-08-24 21:51
Please update to 3.7.11.
Tks
randompie commented on 2014-01-30 18:14
Apply the patch below for 3.7.10:
--- PKGBUILD 2013-05-08 16:40:44.000000000 -0400
+++ PKGBUILD.new 2014-01-30 13:05:46.992090568 -0500
@@ -2,8 +2,8 @@
# Contributor: Dan McGee <dan@archlinux.org>
pkgname=weka
-pkgver=3.7.9
-_dlver=${pkgver//./-}
+pkgver=3.7.10
+_dlver=`echo ${pkgver} | sed 's/\./-/g'`
pkgrel=1
pkgdesc="A collection of machine learning algorithms for data mining tasks"
url="http://www.cs.waikato.ac.nz/ml/weka/"
@@ -37,6 +37,6 @@
install -m755 $srcdir/weka.sh $pkgdir/usr/bin/weka
}
-md5sums=('cb5d194337ab3a0b08edfb8a3875664c'
+md5sums=('8376eb1938f89b46f4b00bd6afc4fd4c'
'6e52180eb400fc05287c3faa927fff48'
'83a4d47ba64df90a92a38b23a14c6480')
mmm commented on 2013-11-10 19:57
@botika I would update, but the download is not working. If it's not temporary, please contact upstream to fix that.
botika commented on 2013-10-16 00:05
It's wonderfull, but actualize 3.7.10 please.
Skatox commented on 2013-07-23 01:32
I'm using 3.6.9
mmm commented on 2013-05-08 20:45
well..adopted and updated.
Some changes:
* removed gnome-gui patch, please test running from gnome, should be ok now.
* increased java heap size to 1GB from usless (256mb)
* are u guys aware we're running a devel (3.7) version here? 3.6 is the stable with bugfixes only. Is it ok? (ok for me) Opinions?
Thanks!
Anonymous comment on 2013-03-27 01:43
Hey ya'll, if anyone needs it I'm posting an updated PKGBUILD file for installing version 3.7.9. It's a really simple change, but for those unaware here is what you need:
https://docs.google.com/file/d/0B7eQIPsJcfo9ZEVvQW5GY20xd0U/edit?usp=sharing