Ticket #50272: vowpal_wabbit-8.1.1.diff
File vowpal_wabbit-8.1.1.diff, 1.9 KB (added by stromnov (Andrey Stromnov), 9 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 PortGroup github 1.0 6 6 7 github.setup JohnLangford vowpal_wabbit 8. 07 github.setup JohnLangford vowpal_wabbit 8.1.1 8 8 categories math 9 9 maintainers hum openmaintainer 10 10 … … 18 18 platforms darwin 19 19 license BSD 20 20 21 checksums rmd160 1af866e4c91df51bce6163ea7fa43ad68db852ee\22 sha256 0e33616565791e85605a6cef11dabea9c755eb607d070274769c53866116be8221 checksums rmd160 48b46b1de91cdf65cb43bab4297d84e9349b94f2 \ 22 sha256 637729dc998821c7a6b94836a08d92f3692b1d6751692aaf2505eb4aa93967c8 23 23 24 24 depends_build port:libtool \ 25 25 port:autoconf \ … … 26 26 port:automake 27 27 depends_lib port:boost 28 28 29 patchfiles-append patch-autogen.sh.diff 30 29 31 use_autoreconf yes 30 32 autoreconf.cmd ./autogen.sh 31 33 autoreconf.args 32 34 35 configure.args-append \ 36 --with-boost-libdir=${prefix}/lib \ 37 --with-boost-program-options=boost_program_options-mt 38 33 39 test.run yes 34 40 35 41 post-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