aboutsummaryrefslogblamecommitdiff
path: root/math/vowpal_wabbit/Makefile
blob: d5360c5f467ac8d6ed1bcd789a496d2972a2f13d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                   

                             
                    
                  
                    



                                                
                                                   
 
                                           

                   

                            



                                                            
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>

PORTNAME=	vowpal_wabbit
PORTVERSION=	7.10
PORTREVISION=	17
CATEGORIES=	math

MAINTAINER=	demon@FreeBSD.org
COMMENT=	Fast out-of-core learning system

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>