freebsd-ports/science/py-scikit-learn/Makefile

24 lines
561 B
Makefile
Raw Normal View History

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= scikit-learn
PORTVERSION= 0.16.0
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} \
${PYTHON_SITELIBDIR}/scipy/version.py:${PORTSDIR}/science/py-scipy
2015-04-04 16:19:43 +02:00
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= fortran python
USE_PYTHON= distutils autoplist
LDFLAGS+= -shared
2015-04-04 16:19:43 +02:00
.include <bsd.port.mk>