[116845] trunk/dports/math/vowpal_wabbit/Portfile

hum at macports.org hum at macports.org
Sat Feb 8 06:12:48 PST 2014


Revision: 116845
          https://trac.macports.org/changeset/116845
Author:   hum at macports.org
Date:     2014-02-08 06:12:48 -0800 (Sat, 08 Feb 2014)
Log Message:
-----------
vowpal_wabbit: update to 7.5.

Modified Paths:
--------------
    trunk/dports/math/vowpal_wabbit/Portfile

Modified: trunk/dports/math/vowpal_wabbit/Portfile
===================================================================
--- trunk/dports/math/vowpal_wabbit/Portfile	2014-02-08 14:11:47 UTC (rev 116844)
+++ trunk/dports/math/vowpal_wabbit/Portfile	2014-02-08 14:12:48 UTC (rev 116845)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        JohnLangford vowpal_wabbit 7.4
+github.setup        JohnLangford vowpal_wabbit 7.5
 categories          math
 maintainers         hum openmaintainer
 
@@ -18,42 +18,11 @@
 platforms           darwin
 license             BSD
 
-checksums           rmd160  5dcc37fc58c24cd0ed3b48efcd4fe8400702d5d8 \
-                    sha256  825eec26463e30b4ed465b133a39d0c2928f9a3af058e6b769f879667e4b5b37
+checksums           rmd160  6ce38154bb1c4da74dd4be98afe34427672fe96e \
+                    sha256  8d2c9d95b80251da3f0acc535e05db8dbcd919180d9afa7d3a64957b3eb59e91
 
 depends_lib         port:boost
 
-use_configure       no
-
-variant universal   {}
-
-build.args          COMPILER=${configure.cxx} \
-                    FLAGS="-I${prefix}/include ${configure.cxxflags} [get_canonical_archflags cxx]" \
-                    BOOST_LIBRARY=${prefix}/lib
-
 test.run            yes
 
-destroot {
-    xinstall -m 755 -W ${worksrcpath}/vowpalwabbit \
-        vw active_interactor \
-        ${destroot}${prefix}/bin
-    # install additional documents.
-    set docdir ${prefix}/share/doc/${name}
-    xinstall -d ${destroot}${docdir}
-    xinstall -W ${worksrcpath} \
-        AUTHORS LICENSE \
-        ${destroot}${docdir}
-}
-
-set cluster_dir     ${worksrcpath}/cluster
-
-variant cluster description {Add cluster codes} {
-    post-build {
-        system -W ${cluster_dir} "${build.cmd} [join ${build.args}] ${build.target}"
-    }
-    post-destroot {
-        xinstall -m 755 -W ${cluster_dir} spanning_tree ${destroot}${prefix}/bin
-    }
-}
-
-default_variants    +cluster
+variant cluster description {Obsolete compatibility variant} {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140208/276ee935/attachment.html>


More information about the macports-changes mailing list