summaryrefslogtreecommitdiff
path: root/math/glpk/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-05-23 10:17:20 +0000
committeradam <adam@pkgsrc.org>2006-05-23 10:17:20 +0000
commit33e2f17ddfe5d9e6555f59a6a3dfbcb3c2a15533 (patch)
treed6b056017abf53d4d068d81251c9d607e58c8b54 /math/glpk/Makefile
parentd6ad6c4083df68891ce8ed41e6ee5c9e37d76e92 (diff)
downloadpkgsrc-33e2f17ddfe5d9e6555f59a6a3dfbcb3c2a15533.tar.gz
Changes 4.10:
Cutting planes of two new classes were implemented: mixed cover cuts and clique cuts. On API level this feature can be enabled by setting control parameter LPX_K_USECUTS passed to the routine lpx_intopt. In glpsol this feature is available through the command-line options --cover and --clique. For more details see the reference manual. Now the routines lpx_read_mps and lpx_read_freemps support LI bound type. It is similar to LO, however, indicates the column as of integer kind.
Diffstat (limited to 'math/glpk/Makefile')
-rw-r--r--math/glpk/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile
index 425d8d82b0c..653dd5e495b 100644
--- a/math/glpk/Makefile
+++ b/math/glpk/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2006/02/05 23:10:02 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2006/05/23 10:17:20 adam Exp $
-DISTNAME= glpk-4.9
-PKGREVISION= 1
+DISTNAME= glpk-4.10
CATEGORIES= math
MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/
@@ -9,8 +8,8 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/glpk/glpk.html
COMMENT= Library for solving linear programming problems
-USE_TOOLS+= gmake
USE_LIBTOOL= yes
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"