2015-01-15 14:00:58 +01:00
|
|
|
PORTNAME= vowpal_wabbit
|
2015-04-05 14:45:24 +02:00
|
|
|
PORTVERSION= 7.10
|
2023-04-27 19:54:50 +02:00
|
|
|
PORTREVISION= 21
|
2015-01-15 14:00:58 +01:00
|
|
|
CATEGORIES= math
|
|
|
|
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
|
|
COMMENT= Fast out-of-core learning system
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/JohnLangford/vowpal_wabbit/wiki
|
2015-01-15 14:00:58 +01:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
|
2015-01-15 14:00:58 +01:00
|
|
|
|
2015-04-19 09:14:16 +02:00
|
|
|
USES= compiler:c++11-lang libtool
|
2015-01-15 14:00:58 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2015-05-18 19:07:45 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= JohnLangford
|
2015-01-15 14:00:58 +01:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-shared=no --with-boost=${LOCALBASE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|