pkgsrc/math/glpk/Makefile
adam c244b3d7f1 Changes 4.44:
The following suffixes for variables and constraints were
implemented in the MathProg language:

.lb     (lower bound),
.ub     (upper bound),
.status (status in the solution),
.val    (primal value), and
.dual   (dual value).

Now the MathProg language allows comment records (marked by
'#' in the very first position) in CSV data files read with the
table statements. Note that the comment records may appear only
in the beginning of a CSV data file.

The API routine glp_cpp to solve the Critical Path Problem was
added and documented.
2010-07-13 06:46:56 +00:00

18 lines
443 B
Makefile

# $NetBSD: Makefile,v 1.29 2010/07/13 06:46:56 adam Exp $
DISTNAME= glpk-4.44
CATEGORIES= math
MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/glpk/glpk.html
COMMENT= Library for solving linear programming problems
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"