Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 501320

Summary: dev-python/cvxopt-1.1.6 - fix compatibility with sci-mathematics/glpk-4.53
Product: Gentoo Linux Reporter: Helmut Jarausch <jarausch>
Component: [OLD] DevelopmentAssignee: Gentoo Science Mathematics related packages <sci-mathematics>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: cvxopt-1.1.6.ebuild suitable for sci-mathematics/glpk-4.53
files.tar.xz

Description Helmut Jarausch 2014-02-14 19:42:56 UTC
Created attachment 370420 [details]
cvxopt-1.1.6.ebuild suitable for sci-mathematics/glpk-4.53

dev-python/cvxopt-1.1.6 uses the deprecated GLPK-API which is indicated by
missing symbols like LPX_*

The recent sci-mathematics/glpk-4.53 contains a "compatibility layer"
see /usr/share/doc/glpk-4.53/examples/oldapi
for applications still using the deprecated API like cvxopt-1.1.6.

Applying this to cvxopt-1.1.6 makes it build with glpk-4.53,
see the attachments.

Furthermore sci-mathematics/octave-3.6.4-r1 and sci-mathematics/4ti2-1.6
build just fine with this new version of glpk.

So, please the mask >= sci-mathematics/glpk-4.49 which dates back to
June 2013.
Comment 1 Helmut Jarausch 2014-02-14 19:44:09 UTC
Created attachment 370422 [details]
files.tar.xz
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-02-15 11:38:05 UTC
Comment on attachment 370422 [details]
files.tar.xz

Please attach separate files next time.
Comment 3 Sébastien Fabbro (RETIRED) gentoo-dev 2014-03-25 01:18:15 UTC
feel free to re-open if not fixed

+*cvxopt-1.1.6-r1 (25 Mar 2014)
+
+  25 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> +cvxopt-1.1.6-r1.ebuild,
+  +files/cvxopt-1.1.6-glpk449.patch:
+  Fixes for glpk-4.53 (bug #501320) and library dupes (bug #505404). Added more
+  EAPI5 changes
+