[101794] trunk/dports/math
hum at macports.org
hum at macports.org
Sat Jan 19 05:40:38 PST 2013
Revision: 101794
https://trac.macports.org/changeset/101794
Author: hum at macports.org
Date: 2013-01-19 05:40:38 -0800 (Sat, 19 Jan 2013)
Log Message:
-----------
New port: gibbslda @0.2 - a C/C++ implementation of Latent Dirichlet Allocation (LDA) using Gibbs Sampling.
Added Paths:
-----------
trunk/dports/math/gibbslda/
trunk/dports/math/gibbslda/Portfile
Added: trunk/dports/math/gibbslda/Portfile
===================================================================
--- trunk/dports/math/gibbslda/Portfile (rev 0)
+++ trunk/dports/math/gibbslda/Portfile 2013-01-19 13:40:38 UTC (rev 101794)
@@ -0,0 +1,49 @@
+# -*- 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$
+
+PortSystem 1.0
+
+name gibbslda
+version 0.2
+categories math
+maintainers hum openmaintainer
+
+description a C/C++ implementation of Latent Dirichlet Allocation (LDA) using Gibbs Sampling
+
+long_description GibbsLDA++ is a C/C++ implementation of Latent Dirichlet \
+ Allocation (LDA) using Gibbs Sampling technique for parameter \
+ estimation and inference. It is very fast and is designed to \
+ analyze hidden/latent topic structures of large-scale datasets \
+ including very large collections of text/Web documents.
+
+homepage http://gibbslda.sourceforge.net/
+platforms darwin
+license GPL
+
+master_sites sourceforge:gibbslda
+checksums rmd160 9a11c3ee3c9883ffb4a56d350b761864b493d378 \
+ sha256 4ca7b51bd2f098534f2fdf82c3f861f5d8bf92e29a6b7fbdc50c3c2baeb070ae
+
+distname GibbsLDA++-${version}
+
+use_configure no
+
+variant universal {}
+
+build.args CC="${configure.cxx} ${configure.cxxflags} [get_canonical_archflags cxx]"
+build.target "clean all"
+
+use_parallel_build no
+
+destroot {
+ # install lda executable as 'gibbslda'.
+ xinstall -m 755 ${worksrcpath}/src/lda ${destroot}${prefix}/bin/${name}
+ # install additional documents.
+ set docdir ${prefix}/share/doc/${name}
+ xinstall -d ${destroot}${docdir}
+ xinstall -m 644 -W ${worksrcpath} \
+ README docs/GibbsLDA++Manual.pdf docs/index.html \
+ ${destroot}${docdir}
+}
+
+livecheck.regex {GibbsLDA\+\+\-([\d\.]+)\.tar}
Property changes on: trunk/dports/math/gibbslda/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130119/09f6dbef/attachment.html>
More information about the macports-changes
mailing list