From da5f45f89ce83e4221b17b9384830bb554fc20e8 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Wed, 26 Jun 2002 15:30:39 +0000 Subject: import of glpk-3.0.7 provided in PR pkg/16691 by Kent Polk with some changes and finishing of the package by me. GLPK is a set of routines written in ANSI C and organized in the form of a callable library. This package is intended for solving large-scale linear programming (LP), mixed integer linear programming (MIP), and other related problems. GLPK includes the following main components: * implementation of the primal/dual simplex method; * implementation of the primal-dual interior point method; * implementation of the branch-and-bound procedure (based on the dual simplex method); * application program interface (API); * GLPK/L, a modeling language intended for writing LP/MIP models; * GLPSOL, a stand-alone program intended for solving LP/MIP problems either prepared in the MPS format or written in the GLPK/L modeling language. --- math/glpk/DESCR | 21 +++++++++++++++++++++ math/glpk/Makefile | 14 ++++++++++++++ math/glpk/PLIST | 24 ++++++++++++++++++++++++ math/glpk/distinfo | 3 +++ 4 files changed, 62 insertions(+) create mode 100644 math/glpk/DESCR create mode 100644 math/glpk/Makefile create mode 100644 math/glpk/PLIST create mode 100644 math/glpk/distinfo (limited to 'math') diff --git a/math/glpk/DESCR b/math/glpk/DESCR new file mode 100644 index 00000000000..c68726b3afd --- /dev/null +++ b/math/glpk/DESCR @@ -0,0 +1,21 @@ +GLPK is a set of routines written in ANSI C and organized in the form +of a callable library. This package is intended for solving large-scale +linear programming (LP), mixed integer linear programming (MIP), and +other related problems. + +GLPK includes the following main components: + +* implementation of the primal/dual simplex method; + +* implementation of the primal-dual interior point method; + +* implementation of the branch-and-bound procedure (based on the dual + simplex method); + +* application program interface (API); + +* GLPK/L, a modeling language intended for writing LP/MIP models; + +* GLPSOL, a stand-alone program intended for solving LP/MIP problems + either prepared in the MPS format or written in the GLPK/L modeling + language. diff --git a/math/glpk/Makefile b/math/glpk/Makefile new file mode 100644 index 00000000000..7d7750a4a06 --- /dev/null +++ b/math/glpk/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/26 15:30:39 dmcmahill Exp $ +# + +DISTNAME= glpk-3.0.7 +CATEGORIES= math +MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnu.org/software/glpk/glpk.html +COMMENT= library for solving linear programming problems + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/math/glpk/PLIST b/math/glpk/PLIST new file mode 100644 index 00000000000..1166fbcaeb1 --- /dev/null +++ b/math/glpk/PLIST @@ -0,0 +1,24 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/26 15:30:39 dmcmahill Exp $ +bin/glpsol +include/glpapi.h +include/glpavl.h +include/glpbbm.h +include/glpchol.h +include/glphbsm.h +include/glpimg.h +include/glpinv.h +include/glpipm.h +include/glpk.h +include/glplang.h +include/glplib.h +include/glplp.h +include/glplpx.h +include/glpluf.h +include/glpmat.h +include/glpmps.h +include/glpqmd.h +include/glprsm.h +include/glpspx.h +include/glpstr.h +include/glptext.h +lib/libglpk.a diff --git a/math/glpk/distinfo b/math/glpk/distinfo new file mode 100644 index 00000000000..5df6e88bf81 --- /dev/null +++ b/math/glpk/distinfo @@ -0,0 +1,3 @@ + +SHA1 (glpk-3.0.7.tar.gz) = 62e2576dd56d40519c0c93920c3b68c3132db36e +Size (glpk-3.0.7.tar.gz) = 719889 bytes -- cgit v1.2.3