blob: 637b7f1cdb9fbd5907466789c80cef8d53abf82b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $FreeBSD$
PORTNAME= PySCIPOpt
DISTVERSION= 2.0.1
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
USE_PYTHON= distutils cython autoplist
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyscipopt/scip.so
.include <bsd.port.mk>
|