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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bffee1cdff5
branches:  trunk
changeset: 546054:9bffee1cdff5
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Aug 20 08:19:13 2008 +0000

description:
Changes 4.30:

* glpspx.h, glpspx03.c, glpapi06.c
  The primal simplex solver (spx_prim_opt, spx_prim_feas) was
  replaced by a new implementation (spx_primal), which currently
  provides the same features as the old version.

* glpmpl01.c, glpmpl03.c
  Some changes were made in the MathProg translator to allow <,
  <=, >=, and > on comparing symbolic values.

* glplpx10.c
  Internal routine set_d_eps in the exact LP solver was changed
  to prevent approximation errors in case of integral data.

diffstat:

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

diffs (25 lines):

diff -r de0e5d8ed4e0 -r 9bffee1cdff5 math/glpk/Makefile
--- a/math/glpk/Makefile        Wed Aug 20 07:59:00 2008 +0000
+++ b/math/glpk/Makefile        Wed Aug 20 08:19:13 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2008/06/20 01:09:24 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2008/08/20 08:19:13 adam Exp $
 
-DISTNAME=      glpk-4.28
+DISTNAME=      glpk-4.30
 CATEGORIES=    math
 MASTER_SITES=  ftp://ftp.gnu.org/gnu/glpk/
 
diff -r de0e5d8ed4e0 -r 9bffee1cdff5 math/glpk/distinfo
--- a/math/glpk/distinfo        Wed Aug 20 07:59:00 2008 +0000
+++ b/math/glpk/distinfo        Wed Aug 20 08:19:13 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2008/04/21 19:26:35 adam Exp $
+$NetBSD: distinfo,v 1.17 2008/08/20 08:19:13 adam Exp $
 
-SHA1 (glpk-4.28.tar.gz) = 0297add513bb2007eebfb03a956615d9f0db4e5a
-RMD160 (glpk-4.28.tar.gz) = d99f7e055c10dee4dc41f13abec746d440e59bc4
-Size (glpk-4.28.tar.gz) = 1546104 bytes
+SHA1 (glpk-4.30.tar.gz) = cc761e1010191e2b70186d84cb88fb781497c424
+RMD160 (glpk-4.30.tar.gz) = 87438f28138e429c1e82de9c4d30cf3dd6c8e204
+Size (glpk-4.30.tar.gz) = 1599658 bytes



Home | Main Index | Thread Index | Old Index