[89204] trunk/dports/math/vowpal_wabbit/Portfile
hum at macports.org
hum at macports.org
Fri Jan 20 21:31:11 PST 2012
Revision: 89204
http://trac.macports.org/changeset/89204
Author: hum at macports.org
Date: 2012-01-20 21:31:10 -0800 (Fri, 20 Jan 2012)
Log Message:
-----------
vowpal_wabbit: use github portgroup; fetch from distfile instead of git; fix homepage, configure.compiler; see http://lists.macosforge.org/pipermail/macports-dev/2012-January/017445.html.
Modified Paths:
--------------
trunk/dports/math/vowpal_wabbit/Portfile
Modified: trunk/dports/math/vowpal_wabbit/Portfile
===================================================================
--- trunk/dports/math/vowpal_wabbit/Portfile 2012-01-21 05:24:27 UTC (rev 89203)
+++ trunk/dports/math/vowpal_wabbit/Portfile 2012-01-21 05:31:10 UTC (rev 89204)
@@ -2,25 +2,23 @@
# $Id$
PortSystem 1.0
+PortGroup github 1.0
-name vowpal_wabbit
-version 6.1
+github.setup JohnLangford vowpal_wabbit 6.1
categories math
platforms darwin
maintainers hum openmaintainer
license BSD
-homepage http://hunch.net/~vw/ \
- https://github.com/JohnLangford/vowpal_wabbit/wiki
+homepage http://hunch.net/~vw/
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.
-fetch.type git
-git.url https://github.com/JohnLangford/vowpal_wabbit.git
-git.branch 340ae2a
+checksums rmd160 a18dbff352b503040d3c4b8991b8ebf60e341dd2 \
+ sha256 26a23aed9497025a678bd0031577434f872dade86dafc5d749dea48f9232c9ad
depends_lib port:boost
@@ -29,7 +27,7 @@
use_configure no
if {${configure.compiler} == "clang"} {
- configure.cxx g++
+ configure.compiler llvm-gcc-4.2
}
build.args COMPILER=${configure.cxx} \
@@ -54,7 +52,3 @@
}
default_variants +cluster
-
-livecheck.type regex
-livecheck.url https://github.com/JohnLangford/vowpal_wabbit/tags
-livecheck.regex tarball\\/(\[0-9.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120120/e60622ec/attachment.html>
More information about the macports-changes
mailing list