diff options
author | adam <adam@pkgsrc.org> | 2008-11-07 20:01:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-11-07 20:01:29 +0000 |
commit | b24b44f4d0e1089c8276debfea57b8628df4121b (patch) | |
tree | 8440ed1245d8f035fe233e4ca1dd2fc7fbe6e317 /math/glpk | |
parent | 58b31b263c59afb024fa6c4bfd990c905e8880a8 (diff) | |
download | pkgsrc-b24b44f4d0e1089c8276debfea57b8628df4121b.tar.gz |
Changes 4.33:
* New API routines
* A crude implementation of CPLEX-like interface to GLPK API was
added to the package. Currently it allows using GLPK as a core
LP solver for Concorde, a well known computer code for solving
the symmetric TSP.
* Some bugs were fixed in the SQL table driver.
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 16a4888c757..6be3e4c3223 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2008/10/13 08:57:26 adam Exp $ +# $NetBSD: Makefile,v 1.24 2008/11/07 20:01:29 adam Exp $ -DISTNAME= glpk-4.32 +DISTNAME= glpk-4.33 CATEGORIES= math MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/ diff --git a/math/glpk/distinfo b/math/glpk/distinfo index 6ca8b032e45..1dfa64abd17 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2008/10/13 08:57:26 adam Exp $ +$NetBSD: distinfo,v 1.20 2008/11/07 20:01:29 adam Exp $ -SHA1 (glpk-4.32.tar.gz) = 3574d86b6779f6a20c8b6abf6798f4cf68d0f313 -RMD160 (glpk-4.32.tar.gz) = 77f08ec4166901b3e8542067fa5e25d0298b29c4 -Size (glpk-4.32.tar.gz) = 1826114 bytes +SHA1 (glpk-4.33.tar.gz) = df727cb36f10221805b602fee3888e4653369ad3 +RMD160 (glpk-4.33.tar.gz) = 62cdf7b51b9eddb56a9fbf9b4495db436d8a4887 +Size (glpk-4.33.tar.gz) = 1851995 bytes |