summaryrefslogtreecommitdiff
path: root/math/glpk/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-11-30 15:58:39 +0000
committeradam <adam@pkgsrc.org>2004-11-30 15:58:39 +0000
commit402011f78f9791ea39e887e0e3bb37576cb0cba0 (patch)
treeb8ff7f2f371f5ee67c6126a5d0f72ee8f8b4411e /math/glpk/Makefile
parentd501c3817f0dc93b30e50e356f02a885b7b696e9 (diff)
downloadpkgsrc-402011f78f9791ea39e887e0e3bb37576cb0cba0.tar.gz
Changes 4.7:
Now GLPK supports free MPS format. Two new API routines lpx_read_freemps (to read problem data in free MPS format) and lpx_write_freemps (to write problem data in free MPS format) were added. This feature is also available in the solver glpsol via new command-line options --freemps and --wfreemps. For more details see the GLPK reference manual. API routines lpx_read_cpxlp and lpx_write_cpxlp for reading and writing problem data in CPLEX LP format were re-implemented to allow long symbolic names (up to 255 characters). The following three modules were temporarily removed from the GLPK distribution due to licensing problems: DELI (an interface module to Delphi), GLPKMEX (an interface module to Matlab), and JNI (an interface module to Java).
Diffstat (limited to 'math/glpk/Makefile')
-rw-r--r--math/glpk/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile
index 466c78d4355..ac24b347b93 100644
--- a/math/glpk/Makefile
+++ b/math/glpk/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2003/07/21 16:57:13 martti Exp $
-#
+# $NetBSD: Makefile,v 1.5 2004/11/30 15:58:39 adam Exp $
-DISTNAME= glpk-3.0.7
+DISTNAME= glpk-4.7
CATEGORIES= math
MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/
@@ -9,6 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/glpk/glpk.html
COMMENT= Library for solving linear programming problems
-GNU_CONFIGURE= YES
+USE_GNU_TOOLS+= make
+GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"