Date: Sun, 15 Apr 2018 08:12:21 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467372 - in head/math: . py-PySCIPOpt Message-ID: <201804150812.w3F8CLq1028180@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804150812.w3F8CLq1028180>