Tweak math/vowpal_wabbit version 7.10_1
[dports.git] / math / vowpal_wabbit / Makefile
1 # Created by: Dmitry Sivachenko <demon@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       vowpal_wabbit
5 PORTVERSION=    7.10
6 PORTREVISION=   1
7 CATEGORIES=     math
8
9 MAINTAINER=     demon@FreeBSD.org
10 COMMENT=        Fast out-of-core learning system
11
12 LIB_DEPENDS=    libboost_thread.so:devel/boost-libs
13
14 BROKEN_powerpc64=       Does not build
15
16 USES=           compiler:c++11-lang libtool
17 GNU_CONFIGURE=  yes
18 USE_LDCONFIG=   yes
19 USE_GITHUB=     yes
20 GH_ACCOUNT=     JohnLangford
21
22 CONFIGURE_ARGS= --enable-shared=no --with-boost=${LOCALBASE}
23
24 .include <bsd.port.mk>