pkgsrc/math/glpk/Makefile
adam b3e5e19a1e GLPK 4.52.1 (release date: Jul 28, 2013)
This is a bug-fix release.

        A version information bug in Makefile.am was fixed. Thanks to
        Sebastien Villemot <sebastien@debian.org> for bug report.

GLPK 4.52 (release date: Jul 18, 2013)

        The clique cut generator was essentially reimplemented, and now
        it is able to process very large and/or dense conflict graphs.

        A simple rounding heuristic was added to the MIP optimizer.

        Some bugs were fixed in the proximity search heuristic routine.
        Thanks to Giorgio Sartor <0gioker0@gmail.com>.

        New command-line option '--proxy [nnn]' was added to glpsol to
        enable using the proximity search heuristic.

        A bug (incorrect processing of LI column indicator) was fixed
        in the mps format reading routine. Thanks to Charles Brixko for
        bug report.
2013-07-31 07:02:35 +00:00

19 lines
476 B
Makefile

# $NetBSD: Makefile,v 1.38 2013/07/31 07:02:35 adam Exp $
DISTNAME= glpk-4.52.1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU:=glpk/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/glpk/glpk.html
COMMENT= Library for solving linear programming problems
LICENSE= gnu-gpl-v3
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gmp
TEST_TARGET= check
.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"