diff options
author | adam <adam@pkgsrc.org> | 2013-05-29 20:08:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-05-29 20:08:08 +0000 |
commit | 3f01614fc2b4bea8a38ec4faf0fcc7360a430491 (patch) | |
tree | 9d4fef01b4985341243d783d487bf443057530a0 /math/glpk | |
parent | 8bd70b3e8c3868af21369a3b2b95f0dcb92a2d85 (diff) | |
download | pkgsrc-3f01614fc2b4bea8a38ec4faf0fcc7360a430491.tar.gz |
Changes 4.50:
A new version of LU-factorization routines were added.
Currently this version provides the same functionality as the
old one, however, the new version allows further improving.
Old routines for FHV-factorization used to update the basis
factorization were replaced by a new version conforming to the
new version of LU-factorization.
Some clarifications about using the name index routines were
added.
Some typos were corrected in the MathProg language reference.
A serious bug (out-of-range indexing error) was *tentatively*
fixed in the routine glp_relax4. Unfortunatly, this bug is
inherited from the original Fortran version of the RELAX-IV
code (for details please see ChangeLog), and since the code is
very intricate, the bug is still under investigation.
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 4 | ||||
-rw-r--r-- | math/glpk/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index ae4927a5ddf..70c5446aa5b 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2013/04/16 14:15:14 adam Exp $ +# $NetBSD: Makefile,v 1.36 2013/05/29 20:08:08 adam Exp $ -DISTNAME= glpk-4.49 +DISTNAME= glpk-4.50 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=glpk/} diff --git a/math/glpk/distinfo b/math/glpk/distinfo index d33dc8d377d..9fc2086a0ad 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2013/04/16 14:15:14 adam Exp $ +$NetBSD: distinfo,v 1.29 2013/05/29 20:08:08 adam Exp $ -SHA1 (glpk-4.49.tar.gz) = 20feda8b279bc69d836e62354f951da0b43edecb -RMD160 (glpk-4.49.tar.gz) = ea13734c7d0e41e393e66bb976209da0b2f4862f -Size (glpk-4.49.tar.gz) = 2991108 bytes +SHA1 (glpk-4.50.tar.gz) = a3ddbc59e5687381d5724d86391a5e24a8fe094a +RMD160 (glpk-4.50.tar.gz) = 22cb3889e53eb6b48597c0b502a2c3c16ad48b8a +Size (glpk-4.50.tar.gz) = 2806395 bytes |