svn commit: r485254 - in head/math: . py-ecos

Yuri Victorovich yuri at FreeBSD.org
Sun Nov 18 20:01:32 UTC 2018


Author: yuri
Date: Sun Nov 18 20:01:29 2018
New Revision: 485254
URL: https://svnweb.freebsd.org/changeset/ports/485254

Log:
  New port: math/py-ecos: Python package for ECOS: Embedded Cone Solver

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Nov 18 19:59:45 2018	(r485253)
+++ head/math/Makefile	Sun Nov 18 20:01:29 2018	(r485254)
@@ -692,6 +692,7 @@
     SUBDIR += py-cryptominisat
     SUBDIR += py-cvxopt
     SUBDIR += py-cyipopt
+    SUBDIR += py-ecos
     SUBDIR += py-fastcluster
     SUBDIR += py-fastdtw
     SUBDIR += py-ffc

Added: head/math/py-ecos/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-ecos/Makefile	Sun Nov 18 20:01:29 2018	(r485254)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	ecos
+DISTVERSION=	2.0.7
+DISTVERSIONSUFFIX=	.post1
+CATEGORIES=	math python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Python package for ECOS: Embedded Cone Solver
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYNUMPY}
+RUN_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=0.9:science/py-scipy@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/math/py-ecos/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-ecos/distinfo	Sun Nov 18 20:01:29 2018	(r485254)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1542569562
+SHA256 (ecos-2.0.7.post1.tar.gz) = 83e90f42b3f32e2a93f255c3cfad2da78dbd859119e93844c45d2fca20bdc758
+SIZE (ecos-2.0.7.post1.tar.gz) = 126583

Added: head/math/py-ecos/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-ecos/pkg-descr	Sun Nov 18 20:01:29 2018	(r485254)
@@ -0,0 +1,9 @@
+Python binding for ECOS, a lightweight conic solver for second-order cone
+programming.
+
+Convex optimization is used in fields as diverse as control and estimation,
+finance, signal processing and image reconstruction.
+
+The C version of the ECOS solver is in math/ecos.
+
+WWW: https://www.embotech.com/ECOS


More information about the svn-ports-all mailing list