mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
31 lines
820 B
Makefile
31 lines
820 B
Makefile
# New ports collection makefile for: py-mlpy
|
|
# Date created: 18 April, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mlpy
|
|
PORTVERSION= 2.2.2
|
|
CATEGORIES= science python
|
|
MASTER_SITES= https://mlpy.fbk.eu/download/src/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= MLPY-${PORTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= High performance Python package for predictive modeling
|
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
|
|
cython>0:${PORTSDIR}/lang/cython
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
LIB_DEPENDS= gsl.15:${PORTSDIR}/math/gsl
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include -I${PYTHON_SITELIBDIR}/numpy/core
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
MAKE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= MLPY
|
|
|
|
.include <bsd.port.mk>
|