diff options
author | adam <adam@pkgsrc.org> | 2008-04-21 19:26:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-04-21 19:26:35 +0000 |
commit | a634d80c1b34c10d469f9bd401b7f1dbb3b515d8 (patch) | |
tree | 546ab9571a636b1617d25ac95bff2e85eefbfcb2 /math/glpk | |
parent | 803342019512caf39b204dc679b7e9f54b1bf116 (diff) | |
download | pkgsrc-a634d80c1b34c10d469f9bd401b7f1dbb3b515d8.tar.gz |
Changes 4.28:
The iODBC and MySQL table drivers, which allows transmitting
data between MathProg model objects and relational databases,
were re-implemented to replace a static linking by a dynamic
linking to corresponding shared libraries.
Many thanks to Heinrich Schuchardt <heinrich.schuchardt@gmx.de>
for the contribution, Rafael Laboissiere <rafael@debian.org>
for useful advices concerning the shared library support under
GNU/Linux, and Vijay Patil <vijay.patil@gmail.com> for testing
this feature under Windows XP.
A new optional feature was added to the package. This feature
is based on the zlib data compression library and allows GLPK
API routines and the stand-alone solver to read and write
compressed data files performing compression/decompression "on
the fly" (compressed data files are recognized by suffix `.gz'
in the file name). It may be useful in case of large MPS files
to save the disk space (up to ten times).
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 4 | ||||
-rw-r--r-- | math/glpk/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 59b9de7a735..b705f11dc25 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2008/01/05 21:58:07 adam Exp $ +# $NetBSD: Makefile,v 1.19 2008/04/21 19:26:35 adam Exp $ -DISTNAME= glpk-4.25 +DISTNAME= glpk-4.28 CATEGORIES= math MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/ diff --git a/math/glpk/distinfo b/math/glpk/distinfo index ffa0fb3b342..703eeb530bb 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2008/01/05 21:58:07 adam Exp $ +$NetBSD: distinfo,v 1.16 2008/04/21 19:26:35 adam Exp $ -SHA1 (glpk-4.25.tar.gz) = cb85754303420fa4527bdef5822f6ab541c1148b -RMD160 (glpk-4.25.tar.gz) = bbff3cce5b94a00809a584ee8534ffaeb155a622 -Size (glpk-4.25.tar.gz) = 1487597 bytes +SHA1 (glpk-4.28.tar.gz) = 0297add513bb2007eebfb03a956615d9f0db4e5a +RMD160 (glpk-4.28.tar.gz) = d99f7e055c10dee4dc41f13abec746d440e59bc4 +Size (glpk-4.28.tar.gz) = 1546104 bytes |