svn commit: r467372 - in head/math: . py-PySCIPOpt

Yuri Victorovich yuri at FreeBSD.org
Sun Apr 15 08:12:22 UTC 2018


Author: yuri
Date: Sun Apr 15 08:12:21 2018
New Revision: 467372
URL: https://svnweb.freebsd.org/changeset/ports/467372

Log:
  New port: math/py-PySCIPOpt: Python interface and modeling environment for SCIP

Added:
  head/math/py-PySCIPOpt/
  head/math/py-PySCIPOpt/Makefile   (contents, props changed)
  head/math/py-PySCIPOpt/distinfo   (contents, props changed)
  head/math/py-PySCIPOpt/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Apr 15 07:54:28 2018	(r467371)
+++ head/math/Makefile	Sun Apr 15 08:12:21 2018	(r467372)
@@ -638,6 +638,7 @@
     SUBDIR += pure-mpfr
     SUBDIR += pure-rational
     SUBDIR += py-Diofant
+    SUBDIR += py-PySCIPOpt
     SUBDIR += py-PyWavelets
     SUBDIR += py-Pyomo
     SUBDIR += py-altgraph

Added: head/math/py-PySCIPOpt/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-PySCIPOpt/Makefile	Sun Apr 15 08:12:21 2018	(r467372)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	PySCIPOpt
+DISTVERSION=	1.4.3
+CATEGORIES=	math python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at 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>

Added: head/math/py-PySCIPOpt/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-PySCIPOpt/distinfo	Sun Apr 15 08:12:21 2018	(r467372)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1523778755
+SHA256 (PySCIPOpt-1.4.3.tar.gz) = 2f5741acf41e50787fc28c73eee5840d553f6c9a7e800c6ad61e6cce3b0f95fa
+SIZE (PySCIPOpt-1.4.3.tar.gz) = 469159

Added: head/math/py-PySCIPOpt/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-PySCIPOpt/pkg-descr	Sun Apr 15 08:12:21 2018	(r467372)
@@ -0,0 +1,3 @@
+This project provides an interface from Python to the SCIP Optimization Suite.
+
+WWW: https://github.com/SCIP-Interfaces/PySCIPOpt


More information about the svn-ports-head mailing list