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.33:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3db390440893
branches:  trunk
changeset: 549705:3db390440893
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 07 20:01:29 2008 +0000

description:
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:

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

diffs (25 lines):

diff -r 6ee6a4ea6f21 -r 3db390440893 math/glpk/Makefile
--- a/math/glpk/Makefile        Fri Nov 07 18:42:39 2008 +0000
+++ b/math/glpk/Makefile        Fri Nov 07 20:01:29 2008 +0000
@@ -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 -r 6ee6a4ea6f21 -r 3db390440893 math/glpk/distinfo
--- a/math/glpk/distinfo        Fri Nov 07 18:42:39 2008 +0000
+++ b/math/glpk/distinfo        Fri Nov 07 20:01:29 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index