f4ee943fba
Reviewed by: 0mp (mentor) Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D27966
25 lines
500 B
Makefile
25 lines
500 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cmaes
|
|
DISTVERSION= 0.7.0
|
|
CATEGORIES= math # machine-learning
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nc@FreeBSD.org
|
|
COMMENT= Lightweight CMA Evolution Strategy implementation for Python
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
|
|
${PYNUMPY}
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|