pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/glpk Changes 4.28:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bc8490a8f63
branches:  trunk
changeset: 541399:7bc8490a8f63
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 21 19:26:35 2008 +0000

description:
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@localhost>
for the contribution, Rafael Laboissiere <rafael%debian.org@localhost>
for useful advices concerning the shared library support under
GNU/Linux, and Vijay Patil <vijay.patil%gmail.com@localhost> 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:

 math/glpk/Makefile |  4 ++--
 math/glpk/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r e2023b66d06a -r 7bc8490a8f63 math/glpk/Makefile
--- a/math/glpk/Makefile        Mon Apr 21 19:16:41 2008 +0000
+++ b/math/glpk/Makefile        Mon Apr 21 19:26:35 2008 +0000
@@ -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 -r e2023b66d06a -r 7bc8490a8f63 math/glpk/distinfo
--- a/math/glpk/distinfo        Mon Apr 21 19:16:41 2008 +0000
+++ b/math/glpk/distinfo        Mon Apr 21 19:26:35 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index