freebsd-ports/math/vowpal_wabbit/Makefile

24 lines
493 B
Makefile
Raw Normal View History

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= vowpal_wabbit
2015-04-05 14:45:24 +02:00
PORTVERSION= 7.10
CATEGORIES= math
MAINTAINER= demon@FreeBSD.org
COMMENT= Fast out-of-core learning system
LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs
BROKEN_FreeBSD_9= does not build
2015-04-19 09:14:16 +02:00
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>