freebsd-ports/math/vowpal_wabbit/Makefile
2016-04-21 16:43:14 +00:00

24 lines
514 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= vowpal_wabbit
PORTVERSION= 7.10
CATEGORIES= math
MAINTAINER= demon@FreeBSD.org
COMMENT= Fast out-of-core learning system
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
BROKEN_FreeBSD_9= does not build
BROKEN_powerpc64= Does not build
USES= compiler:c++11-lang libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= JohnLangford
CONFIGURE_ARGS= --enable-shared=no --with-boost=${LOCALBASE}
.include <bsd.port.mk>