f0e563344e
Feature safe: yes
26 lines
606 B
Makefile
26 lines
606 B
Makefile
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scikit-learn
|
|
PORTVERSION= 0.12.1
|
|
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
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
LIB_DEPENDS= cblas:${PORTSDIR}/math/cblas
|
|
RUN_DEPENDS= ${PYNUMPY} \
|
|
${PYTHON_PKGNAMEPREFIX}scipy>0.8.0:${PORTSDIR}/science/py-scipy
|
|
|
|
USE_FORTRAN= yes
|
|
LATEST_LINK= py-${PORTNAME}
|
|
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|