opnsense-ports/math/py-PySCIPOpt/Makefile
Franco Fichtner d7ea8b4eef */*: sync with upstream
Taken from: FreeBSD
2022-05-10 14:54:30 +02:00

20 lines
440 B
Makefile

PORTNAME= PySCIPOpt
DISTVERSION= 4.2.0
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python interface and modeling environment for SCIP
LICENSE= MIT
LIB_DEPENDS= libscip.so:math/SCIP
USES= localbase python:3.6+
USE_PYTHON= distutils cython autoplist
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyscipopt/scip*.so
.include <bsd.port.mk>