Subject: CVS commit: pkgsrc/math/glpk
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 01/14/2005 11:31:00
Module Name:	pkgsrc
Committed By:	adam
Date:		Fri Jan 14 11:31:00 UTC 2005

Modified Files:
	pkgsrc/math/glpk: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/math/glpk/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/math/glpk/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/math/glpk/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.