Package: cvxopt / 1.1.4-1.5+deb9u1

Metadata

Package Version Patches format
cvxopt 1.1.4-1.5+deb9u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
setup.diff | (download)

src/setup.py | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

---
glpk 4.49.diff | (download)

src/C/glpk.c | 2 1 + 1 - 0 !
src/C/lpx.c | 1511 1511 + 0 - 0 !
src/C/lpx.h | 565 565 + 0 - 0 !
src/setup.py | 2 1 + 1 - 0 !
4 files changed, 2078 insertions(+), 2 deletions(-)

 workaround for glpk >= 4.49
 GLPK 4.49 removed the deprecated API functions. Cvxopt still uses them, so this
 patch adds compatibility routines that were provided by the upstream author of
 GLPK.