summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-01-14 11:31:00 +0000
committeradam <adam@pkgsrc.org>2005-01-14 11:31:00 +0000
commitd1111b45655f9cdbb8a22f2b41f45c7b52556bb7 (patch)
treec6825208496b165a21a104bbc6a1aaee22709550 /math
parentc44530b79ada1f8dadaa6781a15e6c36eac53ae7 (diff)
downloadpkgsrc-d1111b45655f9cdbb8a22f2b41f45c7b52556bb7.tar.gz
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 (limited to 'math')
-rw-r--r--math/glpk/Makefile4
-rw-r--r--math/glpk/PLIST3
-rw-r--r--math/glpk/distinfo6
3 files changed, 6 insertions, 7 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile
index ac24b347b93..47d5d01a61e 100644
--- a/math/glpk/Makefile
+++ b/math/glpk/Makefile
@@ -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 --git a/math/glpk/PLIST b/math/glpk/PLIST
index a876607df58..d9f9ac1f7bd 100644
--- a/math/glpk/PLIST
+++ b/math/glpk/PLIST
@@ -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 --git a/math/glpk/distinfo b/math/glpk/distinfo
index 6c19a3d137d..949915c6257 100644
--- a/math/glpk/distinfo
+++ b/math/glpk/distinfo
@@ -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