diff options
author | adam <adam@pkgsrc.org> | 2004-11-30 15:58:39 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-30 15:58:39 +0000 |
commit | 402011f78f9791ea39e887e0e3bb37576cb0cba0 (patch) | |
tree | b8ff7f2f371f5ee67c6126a5d0f72ee8f8b4411e /math | |
parent | d501c3817f0dc93b30e50e356f02a885b7b696e9 (diff) | |
download | pkgsrc-402011f78f9791ea39e887e0e3bb37576cb0cba0.tar.gz |
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 (limited to 'math')
-rw-r--r-- | math/glpk/Makefile | 8 | ||||
-rw-r--r-- | math/glpk/PLIST | 20 | ||||
-rw-r--r-- | math/glpk/distinfo | 6 |
3 files changed, 17 insertions, 17 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 466c78d4355..ac24b347b93 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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 --git a/math/glpk/PLIST b/math/glpk/PLIST index 1166fbcaeb1..a876607df58 100644 --- a/math/glpk/PLIST +++ b/math/glpk/PLIST @@ -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 --git a/math/glpk/distinfo b/math/glpk/distinfo index e9c67e3eba2..6c19a3d137d 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -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 |