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.31:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b81c70add230
branches:  trunk
changeset: 546823:b81c70add230
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 08 07:15:01 2008 +0000

description:
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:

 math/glpk/Makefile |  4 ++--
 math/glpk/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r e60529bd0a41 -r b81c70add230 math/glpk/Makefile
--- a/math/glpk/Makefile        Mon Sep 08 07:10:41 2008 +0000
+++ b/math/glpk/Makefile        Mon Sep 08 07:15:01 2008 +0000
@@ -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 -r e60529bd0a41 -r b81c70add230 math/glpk/distinfo
--- a/math/glpk/distinfo        Mon Sep 08 07:10:41 2008 +0000
+++ b/math/glpk/distinfo        Mon Sep 08 07:15:01 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index