25beeff079
Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279
24 lines
550 B
Makefile
24 lines
550 B
Makefile
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vowpal_wabbit
|
|
PORTVERSION= 7.10
|
|
PORTREVISION= 8
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Fast out-of-core learning system
|
|
|
|
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
|
|
|
|
BROKEN_powerpc64= fails to compile: network.cc: 'atoi' was not declared in this scope
|
|
|
|
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>
|