ed6bfca49f
- Bump PORTREVISION for dependency change Reported by: rene
33 lines
793 B
Makefile
33 lines
793 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= iohexperimenter
|
|
PORTVERSION= 0.2.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= math python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= IOHexperimenter-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Experimenter for Iterative Optimization Heuristic
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
|
|
USES= compiler:c++14-lang dos2unix python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
USE_CXXSTD= c++14
|
|
|
|
WRKSRC= ${WRKDIR}/IOHexperimenter-${PORTVERSION}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%PORTVERSION%%|${PORTVERSION}|' ${WRKSRC}/setup.py
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/IOHexperimenter/_IOHprofiler*.so
|
|
|
|
.include <bsd.port.mk>
|