6725307610
Packaged by Filip Hajny and updated by Kamel Derouiche and me. scikit-learn is a Python module integrating classic machine learning algorithms in the tightly-knit scientific Python world (numpy, scipy, matplotlib). It aims to provide simple and efficient solutions to learning problems, accessible to everybody and reusable in various contexts: machine-learning as a versatile tool for science and engineering.
22 lines
678 B
Makefile
22 lines
678 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/07/05 21:31:28 minskim Exp $
|
|
|
|
DISTNAME= scikit-learn-0.18.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/scikit-learn/}
|
|
|
|
MAINTAINER= filip@joyent.com
|
|
HOMEPAGE= http://scikit-learn.org/
|
|
COMMENT= Machine learning algorithms for Python
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.15.0:../../math/py-scipy
|
|
|
|
USE_LANGUAGES= c c++ fortran
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../math/blas/buildlink3.mk"
|
|
.include "../../math/lapack/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.py-numpy+= ${PYPKGPREFIX}-numpy>=1.6.1
|
|
.include "../../math/py-numpy/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|