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.8:
details: https://anonhg.NetBSD.org/pkgsrc/rev/61f8c896f614
branches: trunk
changeset: 487442:61f8c896f614
user: adam <adam%pkgsrc.org@localhost>
date: Fri Jan 14 11:31:00 2005 +0000
description:
Changes 4.8:
Core simplex method and interior-point method routines were
re-implemented and now they use a new, "storage-by-rows" sparse
matrix format (unlike previous versions where linked lists were
used to represent sparse matrices). For details see ChangeLog.
Also a minor bug was fixed in API routine lpx_read_cpxlp.
diffstat:
math/glpk/Makefile | 4 ++--
math/glpk/PLIST | 3 +--
math/glpk/distinfo | 6 +++---
3 files changed, 6 insertions(+), 7 deletions(-)
diffs (36 lines):
diff -r 44d06a12ab74 -r 61f8c896f614 math/glpk/Makefile
--- a/math/glpk/Makefile Fri Jan 14 11:26:34 2005 +0000
+++ b/math/glpk/Makefile Fri Jan 14 11:31:00 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2004/11/30 15:58:39 adam Exp $
+# $NetBSD: Makefile,v 1.6 2005/01/14 11:31:00 adam Exp $
-DISTNAME= glpk-4.7
+DISTNAME= glpk-4.8
CATEGORIES= math
MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/
diff -r 44d06a12ab74 -r 61f8c896f614 math/glpk/PLIST
--- a/math/glpk/PLIST Fri Jan 14 11:26:34 2005 +0000
+++ b/math/glpk/PLIST Fri Jan 14 11:31:00 2005 +0000
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2004/11/30 15:58:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/01/14 11:31:00 adam Exp $
bin/glpsol
bin/tspsol
include/glpavl.h
-include/glpchol.h
include/glpdmp.h
include/glpiet.h
include/glpinv.h
diff -r 44d06a12ab74 -r 61f8c896f614 math/glpk/distinfo
--- a/math/glpk/distinfo Fri Jan 14 11:26:34 2005 +0000
+++ b/math/glpk/distinfo Fri Jan 14 11:31:00 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2004/11/30 15:58:39 adam Exp $
+$NetBSD: distinfo,v 1.4 2005/01/14 11:31:00 adam Exp $
-SHA1 (glpk-4.7.tar.gz) = 1a612daec287e31f10c9718f3f40708bc64ca726
-Size (glpk-4.7.tar.gz) = 987262 bytes
+SHA1 (glpk-4.8.tar.gz) = f45f7e0f8b38de7531aa84458877083a4094e0e8
+Size (glpk-4.8.tar.gz) = 972875 bytes
Home |
Main Index |
Thread Index |
Old Index