# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 118576 2014-04-05 04:16:52Z hum@macports.org $

PortSystem          1.0
PortGroup           github 1.0

github.setup        JohnLangford vowpal_wabbit 7.6
categories          math
maintainers         hum openmaintainer

description         a fast online learning tool
long_description    Vowpal Wabbit is the essence of speed in machine learning, able to \
                    learn from terafeature datasets with ease. Via parallel learning, \
                    it can exceed the throughput of any single machine network interface \
                    when doing linear learning, a first amongst learning algorithms.

homepage            http://hunch.net/~vw/
platforms           darwin
license             BSD

checksums           rmd160  58b3c9edc9f335fb0764342da19b46a5c9e1f6af \
                    sha256  07e69f7cce6b90859a2dc3d89ef63aa59e295be07422271af949d6ea633babe5

depends_lib         port:boost

test.run            yes

variant cluster description {Obsolete compatibility variant} {}
