freebsd-ports/math/py-PySCIPOpt/Makefile
Yuri Victorovich b13e2f4f6d math/py-PySCIPOpt: Update 3.0.2 -> 4.2.0
Reported by:	portscout
2022-05-08 11:02:06 -07: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>