From 1c894005a174045a3d4db3c90362f1e25ae88283 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 19 Dec 2008 19:47:38 +0000 Subject: Changes 4.34: * The GNU MathProg modeling language was supplemented with three new built-in functions: gmtime obtaining current calendar time str2time converting character string to calendar time time2str converting calendar time to character string * For detailed description of these functions see Appendix A in the document "Modeling Language GNU MathProg", a new edition of which was included in the distribution. * A bug was fixed in the MIP solver. * A new makefile was added to build the GLPK DLL with Microsoft Visual Studio Express 2008 for 64-bit Windows. --- math/glpk/Makefile | 4 ++-- math/glpk/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'math/glpk') diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 6be3e4c3223..d9e3aefba86 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2008/11/07 20:01:29 adam Exp $ +# $NetBSD: Makefile,v 1.25 2008/12/19 19:47:38 adam Exp $ -DISTNAME= glpk-4.33 +DISTNAME= glpk-4.34 CATEGORIES= math MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/ diff --git a/math/glpk/distinfo b/math/glpk/distinfo index 1dfa64abd17..089381be263 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2008/11/07 20:01:29 adam Exp $ +$NetBSD: distinfo,v 1.21 2008/12/19 19:47:38 adam Exp $ -SHA1 (glpk-4.33.tar.gz) = df727cb36f10221805b602fee3888e4653369ad3 -RMD160 (glpk-4.33.tar.gz) = 62cdf7b51b9eddb56a9fbf9b4495db436d8a4887 -Size (glpk-4.33.tar.gz) = 1851995 bytes +SHA1 (glpk-4.34.tar.gz) = 53079b95f10de39061e407f1957b786d9e1997a4 +RMD160 (glpk-4.34.tar.gz) = 49a6b53fc0a2fcd317bc0621a4f539b02df130c6 +Size (glpk-4.34.tar.gz) = 2068559 bytes -- cgit v1.2.3