summaryrefslogtreecommitdiff
path: root/math/glpk/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-06-26 15:30:39 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-06-26 15:30:39 +0000
commitff73294c7710949f0a816a95cd63fe3dddf88f7d (patch)
tree3d8b6d20efcfe351e18e2a969f7c4266604ee795 /math/glpk/Makefile
parentda273e2dd695b210bddfe4b4406daa44197e5027 (diff)
downloadpkgsrc-ff73294c7710949f0a816a95cd63fe3dddf88f7d.tar.gz
import of glpk-3.0.7 provided in PR pkg/16691 by Kent Polk <kent@tiamat.goathill.org>
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.
Diffstat (limited to 'math/glpk/Makefile')
-rw-r--r--math/glpk/Makefile14
1 files changed, 14 insertions, 0 deletions
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"