[145462] trunk/dports/math/vowpal_wabbit

khindenburg at macports.org khindenburg at macports.org
Sat Feb 6 17:48:38 PST 2016


Revision: 145462
          https://trac.macports.org/changeset/145462
Author:   khindenburg at macports.org
Date:     2016-02-06 17:48:38 -0800 (Sat, 06 Feb 2016)
Log Message:
-----------
vowpal_wabbit: update to 8.1.1 #50272; fixes build error #50205

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

Added Paths:
-----------
    trunk/dports/math/vowpal_wabbit/files/
    trunk/dports/math/vowpal_wabbit/files/patch-autogen.sh.diff

Modified: trunk/dports/math/vowpal_wabbit/Portfile
===================================================================
--- trunk/dports/math/vowpal_wabbit/Portfile	2016-02-07 00:58:24 UTC (rev 145461)
+++ trunk/dports/math/vowpal_wabbit/Portfile	2016-02-07 01:48:38 UTC (rev 145462)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        JohnLangford vowpal_wabbit 8.0
+github.setup        JohnLangford vowpal_wabbit 8.1.1
 categories          math
 maintainers         hum openmaintainer
 
@@ -18,18 +18,24 @@
 platforms           darwin
 license             BSD
 
-checksums           rmd160  1af866e4c91df51bce6163ea7fa43ad68db852ee \
-                    sha256  0e33616565791e85605a6cef11dabea9c755eb607d070274769c53866116be82
+checksums           rmd160  48b46b1de91cdf65cb43bab4297d84e9349b94f2 \
+                    sha256  637729dc998821c7a6b94836a08d92f3692b1d6751692aaf2505eb4aa93967c8
 
 depends_build       port:libtool  \
                     port:autoconf \
                     port:automake
 depends_lib         port:boost
 
+patchfiles-append   patch-autogen.sh.diff
+
 use_autoreconf      yes
 autoreconf.cmd      ./autogen.sh
 autoreconf.args
 
+configure.args-append \
+                    --with-boost-libdir=${prefix}/lib \
+                    --with-boost-program-options=boost_program_options-mt
+
 test.run            yes
 
 post-destroot {

Added: trunk/dports/math/vowpal_wabbit/files/patch-autogen.sh.diff
===================================================================
--- trunk/dports/math/vowpal_wabbit/files/patch-autogen.sh.diff	                        (rev 0)
+++ trunk/dports/math/vowpal_wabbit/files/patch-autogen.sh.diff	2016-02-07 01:48:38 UTC (rev 145462)
@@ -0,0 +1,8 @@
+--- autogen.sh.orig	2015-09-21 18:56:32.000000000 +0300
++++ autogen.sh	2015-09-21 18:56:43.000000000 +0300
+@@ -38,4 +38,4 @@
+   ;;
+ esac
+ 
+-vwlibtool -f -c && aclocal -I ./acinclude.d -I $AC_PATH/aclocal && autoheader && touch README && automake -ac -Woverride && autoconf && ./configure "$@" $BOOST_DIR_ARG CXX=$CXX
++vwlibtool -f -c && aclocal -I ./acinclude.d -I $AC_PATH/aclocal && autoheader && touch README && automake -ac -Woverride && autoconf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160206/90be4139/attachment.html>


More information about the macports-changes mailing list