diff --git a/system/devel/glpk/actions.py b/system/devel/glpk/actions.py index a2f3b2f5..0718ecf4 100644 --- a/system/devel/glpk/actions.py +++ b/system/devel/glpk/actions.py @@ -12,7 +12,8 @@ def setup(): if get.buildTYPE() != "emul32": pisitools.flags.add("-fPIC") - autotools.configure("--disable-static") + autotools.configure("--disable-static \ + --with-gmp") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") diff --git a/system/devel/glpk/pspec.xml b/system/devel/glpk/pspec.xml index 0524ab34..a1c3ee98 100644 --- a/system/devel/glpk/pspec.xml +++ b/system/devel/glpk/pspec.xml @@ -12,11 +12,17 @@ library GNU Linear Programming Kit The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. - mirrors://gnu/glpk/glpk-4.55.tar.gz + mirrors://gnu/glpk/glpk-4.59.tar.gz + + gmp-devel + glpk + + gmp + /usr/bin /usr/lib @@ -36,6 +42,13 @@ + + 2016-03-13 + 4.59 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + 2014-09-06 4.55