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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e412b7d3fdb
branches:  trunk
changeset: 484872:3e412b7d3fdb
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 30 15:58:39 2004 +0000

description:
Changes 4.7:
        Now GLPK supports free MPS format. Two new API routines
        lpx_read_freemps (to read problem data in free MPS format) and
        lpx_write_freemps (to write problem data in free MPS format)
        were added. This feature is also available in the solver glpsol
        via new command-line options --freemps and --wfreemps. For more
        details see the GLPK reference manual.

        API routines lpx_read_cpxlp and lpx_write_cpxlp for reading and
        writing problem data in CPLEX LP format were re-implemented to
        allow long symbolic names (up to 255 characters).

        The following three modules were temporarily removed from the
        GLPK distribution due to licensing problems: DELI (an interface
        module to Delphi), GLPKMEX (an interface module to Matlab), and
        JNI (an interface module to Java).

diffstat:

 math/glpk/Makefile |   8 ++++----
 math/glpk/PLIST    |  20 ++++++++++----------
 math/glpk/distinfo |   6 +++---
 3 files changed, 17 insertions(+), 17 deletions(-)

diffs (71 lines):

diff -r a085e6c62001 -r 3e412b7d3fdb math/glpk/Makefile
--- a/math/glpk/Makefile        Tue Nov 30 15:45:04 2004 +0000
+++ b/math/glpk/Makefile        Tue Nov 30 15:58:39 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2003/07/21 16:57:13 martti Exp $
-#
+# $NetBSD: Makefile,v 1.5 2004/11/30 15:58:39 adam Exp $
 
-DISTNAME=      glpk-3.0.7
+DISTNAME=      glpk-4.7
 CATEGORIES=    math
 MASTER_SITES=  ftp://ftp.gnu.org/gnu/glpk/
 
@@ -9,6 +8,7 @@
 HOMEPAGE=      http://www.gnu.org/software/glpk/glpk.html
 COMMENT=       Library for solving linear programming problems
 
-GNU_CONFIGURE= YES
+USE_GNU_TOOLS+=                make
+GNU_CONFIGURE=         yes
 
 .include "../../mk/bsd.pkg.mk"
diff -r a085e6c62001 -r 3e412b7d3fdb math/glpk/PLIST
--- a/math/glpk/PLIST   Tue Nov 30 15:45:04 2004 +0000
+++ b/math/glpk/PLIST   Tue Nov 30 15:58:39 2004 +0000
@@ -1,24 +1,24 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/26 15:30:39 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/11/30 15:58:39 adam Exp $
 bin/glpsol
-include/glpapi.h
+bin/tspsol
 include/glpavl.h
-include/glpbbm.h
 include/glpchol.h
-include/glphbsm.h
-include/glpimg.h
+include/glpdmp.h
+include/glpiet.h
 include/glpinv.h
+include/glpios.h
 include/glpipm.h
 include/glpk.h
-include/glplang.h
 include/glplib.h
-include/glplp.h
+include/glplpp.h
 include/glplpx.h
 include/glpluf.h
 include/glpmat.h
-include/glpmps.h
+include/glpmip.h
+include/glpmpl.h
 include/glpqmd.h
-include/glprsm.h
+include/glprng.h
 include/glpspx.h
 include/glpstr.h
-include/glptext.h
+include/glptsp.h
 lib/libglpk.a
diff -r a085e6c62001 -r 3e412b7d3fdb math/glpk/distinfo
--- a/math/glpk/distinfo        Tue Nov 30 15:45:04 2004 +0000
+++ b/math/glpk/distinfo        Tue Nov 30 15:58:39 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2002/07/02 12:58:45 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/11/30 15:58:39 adam Exp $
 
-SHA1 (glpk-3.0.7.tar.gz) = 62e2576dd56d40519c0c93920c3b68c3132db36e
-Size (glpk-3.0.7.tar.gz) = 719889 bytes
+SHA1 (glpk-4.7.tar.gz) = 1a612daec287e31f10c9718f3f40708bc64ca726
+Size (glpk-4.7.tar.gz) = 987262 bytes



Home | Main Index | Thread Index | Old Index