summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authoradam <adam>2008-09-08 07:15:01 +0000
committeradam <adam>2008-09-08 07:15:01 +0000
commit906460a271bb8822a7d2d861c8ea944c6618ec6d (patch)
tree5e65db8767af76d244b8e556256cc25559ac5b0e /math
parent337ae31ecd188bf82de89545366b1f67efd02137 (diff)
downloadpkgsrc-906460a271bb8822a7d2d861c8ea944c6618ec6d.tar.gz
Changes 4.31:
* The core LP solver based on the dual simplex method was re-implemented and now it provides both phases I and II. * New API routines. * For description of these new routines see the reference manual included in the distribution. * The following API routines are deprecated: lpx_scale_prob, lpx_std_basis, lpx_adv_basis, lpx_cpx_basis. * Necessary changes were made in memory allocation routines to resolve portability issues for 64-bit platforms. * New version of the routine lpx_write_pb to write problem data in OPB (pseudo boolean format) was added to the package. * Two new makefiles were added to build the package for 32- and 64-bit Windows with Microsoft Visual Studio Express 2008. * Two new makefiles were added to build the package with Digital Mars C/C++ 8.50 and Open Watcom C/C++ 1.6 (for 32-bit Windows).
Diffstat (limited to 'math')
-rw-r--r--math/glpk/Makefile4
-rw-r--r--math/glpk/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile
index 2864cd7a84b..1d29d15be71 100644
--- a/math/glpk/Makefile
+++ b/math/glpk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2008/08/20 08:19:13 adam Exp $
+# $NetBSD: Makefile,v 1.22 2008/09/08 07:15:01 adam Exp $
-DISTNAME= glpk-4.30
+DISTNAME= glpk-4.31
CATEGORIES= math
MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/
diff --git a/math/glpk/distinfo b/math/glpk/distinfo
index 33bad99874f..fb98c20f7e1 100644
--- a/math/glpk/distinfo
+++ b/math/glpk/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2008/08/20 08:19:13 adam Exp $
+$NetBSD: distinfo,v 1.18 2008/09/08 07:15:01 adam Exp $
-SHA1 (glpk-4.30.tar.gz) = cc761e1010191e2b70186d84cb88fb781497c424
-RMD160 (glpk-4.30.tar.gz) = 87438f28138e429c1e82de9c4d30cf3dd6c8e204
-Size (glpk-4.30.tar.gz) = 1599658 bytes
+SHA1 (glpk-4.31.tar.gz) = 880c66d6d586e92970bfbaf7a57a9d04e7f67fd5
+RMD160 (glpk-4.31.tar.gz) = 59a6ae7bdbb1cd9bc999b57ac6dd950685c48fe5
+Size (glpk-4.31.tar.gz) = 1640854 bytes