summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2017-10-12 16:37:00 +0000
committerminskim <minskim@pkgsrc.org>2017-10-12 16:37:00 +0000
commit48517f41a8fa0b7a534155bee996cab26ea25f8f (patch)
treef58e6f34ba839cbd8bac694e761fb35e31c90f2c /math
parentc87d8e892b3e769ad6618e420bd1ef013b3c93bf (diff)
downloadpkgsrc-48517f41a8fa0b7a534155bee996cab26ea25f8f.tar.gz
matg/py-quadprog: Import version 0.1.6
quadprog solves a strictly convex quadratic program using the Goldfarb/Idnani dual algorithm.
Diffstat (limited to 'math')
-rw-r--r--math/py-quadprog/DESCR2
-rw-r--r--math/py-quadprog/Makefile17
-rw-r--r--math/py-quadprog/PLIST8
-rw-r--r--math/py-quadprog/distinfo6
4 files changed, 33 insertions, 0 deletions
diff --git a/math/py-quadprog/DESCR b/math/py-quadprog/DESCR
new file mode 100644
index 00000000000..9dfac7d9992
--- /dev/null
+++ b/math/py-quadprog/DESCR
@@ -0,0 +1,2 @@
+quadprog solves a strictly convex quadratic program using the
+Goldfarb/Idnani dual algorithm.
diff --git a/math/py-quadprog/Makefile b/math/py-quadprog/Makefile
new file mode 100644
index 00000000000..74cb229259b
--- /dev/null
+++ b/math/py-quadprog/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/10/12 16:37:00 minskim Exp $
+
+DISTNAME= quadprog-0.1.6
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= math python
+MASTER_SITES= ${MASTER_SITE_PYPI:=q/quadprog/}
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= https://github.com/rmcgibbo/quadprog
+COMMENT= Solver for a strictly convex quadratic program
+LICENSE= gnu-gpl-v2
+
+USE_LANGUAGES= c c++
+
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/py-quadprog/PLIST b/math/py-quadprog/PLIST
new file mode 100644
index 00000000000..b6384f52d1c
--- /dev/null
+++ b/math/py-quadprog/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/12 16:37:00 minskim Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/quadprog.so
diff --git a/math/py-quadprog/distinfo b/math/py-quadprog/distinfo
new file mode 100644
index 00000000000..f901cc14c8e
--- /dev/null
+++ b/math/py-quadprog/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/12 16:37:00 minskim Exp $
+
+SHA1 (quadprog-0.1.6.tar.gz) = cada8ca6007cd0b0db2021b13082be071f345752
+RMD160 (quadprog-0.1.6.tar.gz) = 5fcd5dfdf1f820182e655329983246a548fec6f8
+SHA512 (quadprog-0.1.6.tar.gz) = d42c92e2160cc5a140494e6e80b452dc73db9d0e9680eb51a0b3f3ef91a3e0511d2988da228d69d4e95da1db297aada62b1bf861c643b7e23cf0e9b8612420df
+Size (quadprog-0.1.6.tar.gz) = 107537 bytes