freebsd-ports/math/vowpal_wabbit/Makefile
2023-04-27 21:25:55 +03:00

20 lines
456 B
Makefile

PORTNAME= vowpal_wabbit
PORTVERSION= 7.10
PORTREVISION= 21
CATEGORIES= math
MAINTAINER= demon@FreeBSD.org
COMMENT= Fast out-of-core learning system
WWW= https://github.com/JohnLangford/vowpal_wabbit/wiki
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
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>