2019-03-21 20:40:05 +01:00
|
|
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
|
|
|
|
PORTNAME= nevergrad
|
2021-04-25 22:14:41 +02:00
|
|
|
PORTVERSION= 0.4.3
|
2020-11-09 18:35:37 +01:00
|
|
|
DISTVERSIONSUFFIX= .post2
|
2019-03-21 20:40:05 +01:00
|
|
|
CATEGORIES= math python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Python toolbox for performing gradient-free optimization
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2020-11-09 18:35:37 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bayesian-optimization>=1.2.0:math/py-bayesian-optimization@${PY_FLAVOR} \
|
2019-03-21 20:40:05 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}cma>=2.6.0:math/py-cma@${PY_FLAVOR} \
|
2021-02-01 20:35:36 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}numpy>=1.15.0,1:math/py-numpy@${PY_FLAVOR}
|
2019-03-21 20:40:05 +01:00
|
|
|
|
2020-08-15 14:50:57 +02:00
|
|
|
USES= python:3.7+
|
2020-11-08 18:20:23 +01:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
2019-03-21 20:40:05 +01:00
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
2019-04-14 01:44:34 +02:00
|
|
|
OPTIONS_DEFINE= BENCHMARK
|
|
|
|
OPTIONS_DEFAULT=BENCHMARK
|
|
|
|
BENCHMARK_DESC= Run benchmark functions
|
|
|
|
|
2019-06-22 01:09:26 +02:00
|
|
|
BENCHMARK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gym>=0.12.1:math/py-gym@${PY_FLAVOR} \
|
2020-05-08 22:53:07 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}hiplot>=0:graphics/py-hiplot@${PY_FLAVOR} \
|
2020-11-09 18:35:37 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}iohexperimenter>=0.2.8:math/py-iohexperimenter@${PY_FLAVOR} \
|
2019-06-22 01:09:26 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2.3:math/py-matplotlib@${PY_FLAVOR} \
|
2020-11-09 18:35:37 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}mixsimulator>=0.2.9.5:math/py-mixsimulator@${PY_FLAVOR} \
|
2020-09-05 23:32:42 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}pandas>=0.23.4,1:math/py-pandas@${PY_FLAVOR} \
|
2021-02-01 20:35:36 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \
|
2020-12-13 23:20:43 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}Pyomo>=5.7:math/py-Pyomo@${PY_FLAVOR} \
|
2020-11-08 18:20:23 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}pyproj>=2.6.1:graphics/py-pyproj@${PY_FLAVOR} \
|
2019-04-14 01:44:34 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}requests>=2.21.0:www/py-requests@${PY_FLAVOR} \
|
2020-05-08 22:53:07 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} \
|
2019-04-14 01:44:34 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}xlrd>=1.2.0:textproc/py-xlrd@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}xlwt>=1.3.0:textproc/py-xlwt@${PY_FLAVOR}
|
|
|
|
|
2020-08-15 14:50:57 +02:00
|
|
|
.include <bsd.port.mk>
|