2013-09-21 00:48:30 +02:00
|
|
|
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
2012-10-19 14:24:00 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= scikit-learn
|
2015-04-04 16:08:45 +02:00
|
|
|
PORTVERSION= 0.16.0
|
2012-10-19 14:24:00 +02:00
|
|
|
CATEGORIES= science python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
|
|
|
|
MASTER_SITE_SUBDIR=source/s/scikit-learn
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
|
|
COMMENT= Machine learning algorithms for python
|
|
|
|
|
2015-04-04 16:08:45 +02:00
|
|
|
BUILD_DEPENDS= ${PYNUMPY} \
|
|
|
|
${PYTHON_SITELIBDIR}/scipy/version.py:${PORTSDIR}/science/py-scipy
|
2015-04-04 16:19:43 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2012-10-19 14:24:00 +02:00
|
|
|
|
2014-10-24 18:50:42 +02:00
|
|
|
USES= fortran python
|
2014-10-30 12:52:48 +01:00
|
|
|
USE_PYTHON= distutils autoplist
|
2014-02-18 09:30:53 +01:00
|
|
|
|
2015-04-04 16:08:45 +02:00
|
|
|
LDFLAGS+= -shared
|
2015-04-04 16:19:43 +02:00
|
|
|
|
2012-10-19 14:24:00 +02:00
|
|
|
.include <bsd.port.mk>
|