Import py27-smcp-0.4 as wip/py-smcp.
Python extension for solving sparse matrix cone programs
This commit is contained in:
parent
8385048d91
commit
4bb8c1b74e
4 changed files with 38 additions and 0 deletions
1
py-smcp/DESCR
Normal file
1
py-smcp/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Python extension for solving sparse matrix cone programs
|
18
py-smcp/Makefile
Normal file
18
py-smcp/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/06/28 20:39:28 jihbed Exp $
|
||||
|
||||
DISTNAME= smcp-0.4
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/s/smcp/
|
||||
|
||||
MAINTAINER= jihbed.research@gmail.com
|
||||
HOMEPAGE= http://cvxopt.github.io/smcp
|
||||
COMMENT= Python extension for solving sparse matrix cone programs
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
DEPENDS+= ${PYPKGPREFIX}-chompack>=2.0.0:../../wip/py-chompack
|
||||
DEPENDS+= ${PYPKGPREFIX}-cvxopt>=1.1.7:../../wip/py-cvxopt
|
||||
.include "../../mk/bsd.pkg.mk"
|
14
py-smcp/PLIST
Normal file
14
py-smcp/PLIST
Normal file
|
@ -0,0 +1,14 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/06/28 20:39:28 jihbed Exp $
|
||||
${PYSITELIB}/smcp/__init__.py
|
||||
${PYSITELIB}/smcp/__init__.pyc
|
||||
${PYSITELIB}/smcp/__init__.pyo
|
||||
${PYSITELIB}/smcp/analysis.py
|
||||
${PYSITELIB}/smcp/analysis.pyc
|
||||
${PYSITELIB}/smcp/analysis.pyo
|
||||
${PYSITELIB}/smcp/base.py
|
||||
${PYSITELIB}/smcp/base.pyc
|
||||
${PYSITELIB}/smcp/base.pyo
|
||||
${PYSITELIB}/smcp/misc.so
|
||||
${PYSITELIB}/smcp/solvers.py
|
||||
${PYSITELIB}/smcp/solvers.pyc
|
||||
${PYSITELIB}/smcp/solvers.pyo
|
5
py-smcp/distinfo
Normal file
5
py-smcp/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/06/28 20:39:28 jihbed Exp $
|
||||
|
||||
SHA1 (smcp-0.4.tar.gz) = 8f6c9513aff6fc30095c9f0a978b218693a50cda
|
||||
RMD160 (smcp-0.4.tar.gz) = 3b5319eceb01710f20da1aab3ba055fac120ff40
|
||||
Size (smcp-0.4.tar.gz) = 915123 bytes
|
Loading…
Reference in a new issue