glpk:version bump
This commit is contained in:
@@ -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 ")
|
||||
|
||||
|
||||
@@ -12,11 +12,17 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>GNU Linear Programming Kit</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="893058aada022a8dfc63c675ebcd7e7e86a3a363" type="targz">mirrors://gnu/glpk/glpk-4.55.tar.gz</Archive>
|
||||
<Archive sha1sum="b91d9f212286ea3eebf90c46827306497161237b" type="targz">mirrors://gnu/glpk/glpk-4.59.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gmp-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>glpk</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gmp</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
@@ -36,6 +42,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2016-03-13</Date>
|
||||
<Version>4.59</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2014-09-06</Date>
|
||||
<Version>4.55</Version>
|
||||
|
||||
Reference in New Issue
Block a user