Ticket #50272: vowpal_wabbit-8.1.1.diff

File vowpal_wabbit-8.1.1.diff, 1.9 KB (added by stromnov (Andrey Stromnov), 8 years ago)
  • Portfile

     
    44PortSystem          1.0
    55PortGroup           github 1.0
    66
    7 github.setup        JohnLangford vowpal_wabbit 8.0
     7github.setup        JohnLangford vowpal_wabbit 8.1.1
    88categories          math
    99maintainers         hum openmaintainer
    1010
     
    1818platforms           darwin
    1919license             BSD
    2020
    21 checksums           rmd160  1af866e4c91df51bce6163ea7fa43ad68db852ee \
    22                     sha256  0e33616565791e85605a6cef11dabea9c755eb607d070274769c53866116be82
     21checksums           rmd160  48b46b1de91cdf65cb43bab4297d84e9349b94f2 \
     22                    sha256  637729dc998821c7a6b94836a08d92f3692b1d6751692aaf2505eb4aa93967c8
    2323
    2424depends_build       port:libtool  \
    2525                    port:autoconf \
     
    2626                    port:automake
    2727depends_lib         port:boost
    2828
     29patchfiles-append   patch-autogen.sh.diff
     30
    2931use_autoreconf      yes
    3032autoreconf.cmd      ./autogen.sh
    3133autoreconf.args
    3234
     35configure.args-append \
     36                    --with-boost-libdir=${prefix}/lib \
     37                    --with-boost-program-options=boost_program_options-mt
     38
    3339test.run            yes
    3440
    3541post-destroot {
  • files/patch-autogen.sh.diff

     
     1--- autogen.sh.orig     2015-09-21 18:56:32.000000000 +0300
     2+++ autogen.sh  2015-09-21 18:56:43.000000000 +0300
     3@@ -38,4 +38,4 @@
     4   ;;
     5 esac
     6 
     7-vwlibtool -f -c && aclocal -I ./acinclude.d -I $AC_PATH/aclocal && autoheader && touch README && automake -ac -Woverride && autoconf && ./configure "$@" $BOOST_DIR_ARG CXX=$CXX
     8+vwlibtool -f -c && aclocal -I ./acinclude.d -I $AC_PATH/aclocal && autoheader && touch README && automake -ac -Woverride && autoconf