Import math/vowpal_wabbit version 7.10
[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 CATEGORIES=     math
7
8 MAINTAINER=     demon@FreeBSD.org
9 COMMENT=        Fast out-of-core learning system
10
11 LIB_DEPENDS=    libboost_thread.so:devel/boost-libs
12
13 BROKEN_FreeBSD_9=       does not build
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>