pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-quadprog: Import version 0.1.6
Module Name: pkgsrc-wip
Committed By: Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By: minskim
Date: Mon Sep 18 11:35:28 2017 -0700
Changeset: f2720c3a172c009d09d9614cc4e84dcdcd7fe73e
Modified Files:
Makefile
Added Files:
py-quadprog/DESCR
py-quadprog/Makefile
py-quadprog/PLIST
py-quadprog/distinfo
Log Message:
py-quadprog: Import version 0.1.6
quadprog solves a strictly convex quadratic program using the
Goldfarb/Idnani dual algorithm.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f2720c3a172c009d09d9614cc4e84dcdcd7fe73e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-quadprog/DESCR | 2 ++
py-quadprog/Makefile | 16 ++++++++++++++++
py-quadprog/PLIST | 8 ++++++++
py-quadprog/distinfo | 6 ++++++
5 files changed, 33 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index b1a2182394..91cc47bb81 100644
--- a/Makefile
+++ b/Makefile
@@ -3566,6 +3566,7 @@ SUBDIR+= py-qitensor
SUBDIR+= py-qmath
SUBDIR+= py-qnet
SUBDIR+= py-qtpy
+SUBDIR+= py-quadprog
SUBDIR+= py-quantities
SUBDIR+= py-quaternionarray
SUBDIR+= py-quaternions
diff --git a/py-quadprog/DESCR b/py-quadprog/DESCR
new file mode 100644
index 0000000000..9dfac7d999
--- /dev/null
+++ b/py-quadprog/DESCR
@@ -0,0 +1,2 @@
+quadprog solves a strictly convex quadratic program using the
+Goldfarb/Idnani dual algorithm.
diff --git a/py-quadprog/Makefile b/py-quadprog/Makefile
new file mode 100644
index 0000000000..a71bb48c70
--- /dev/null
+++ b/py-quadprog/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME= quadprog-0.1.6
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_PYPI:=q/quadprog/}
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= https://github.com/rmcgibbo/quadprog
+COMMENT= Solver for a strictly convex quadratic program
+LICENSE= gnu-gpl-v2
+
+USE_LANGUAGES= c c++
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-quadprog/PLIST b/py-quadprog/PLIST
new file mode 100644
index 0000000000..52a19e6dbf
--- /dev/null
+++ b/py-quadprog/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+${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/py-quadprog/distinfo b/py-quadprog/distinfo
new file mode 100644
index 0000000000..8468444101
--- /dev/null
+++ b/py-quadprog/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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
Home |
Main Index |
Thread Index |
Old Index