From a392c83eaacf80877138fce9310909833d1a4c57 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 21 Apr 2008 19:26:35 +0000 Subject: 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 for the contribution, Rafael Laboissiere for useful advices concerning the shared library support under GNU/Linux, and Vijay Patil 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). --- math/glpk/Makefile | 4 ++-- math/glpk/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'math') 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 -- cgit v1.2.3