diff options
author | adam <adam@pkgsrc.org> | 2008-12-19 19:47:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-12-19 19:47:38 +0000 |
commit | 1c894005a174045a3d4db3c90362f1e25ae88283 (patch) | |
tree | a8b814835dd9eb7ac6b6a16f0bb165631600e005 /math/glpk | |
parent | 8d8b0ed20d52b7646ba7c76f191c835445743839 (diff) | |
download | pkgsrc-1c894005a174045a3d4db3c90362f1e25ae88283.tar.gz |
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.
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 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 |