summaryrefslogtreecommitdiff
path: root/math/glpk
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-07-13 06:46:56 +0000
committeradam <adam@pkgsrc.org>2010-07-13 06:46:56 +0000
commit08ddcb08505dd4a78c131fc36470948cd95ef588 (patch)
treefdead2100973f1943276155d724ecebf6b446e32 /math/glpk
parent26098e2eddf6025c9b5c7ee4ce69cea88a1d3eb5 (diff)
downloadpkgsrc-08ddcb08505dd4a78c131fc36470948cd95ef588.tar.gz
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.
Diffstat (limited to 'math/glpk')
-rw-r--r--math/glpk/Makefile4
-rw-r--r--math/glpk/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile
index 365ddb56ba4..1e30db9f09f 100644
--- a/math/glpk/Makefile
+++ b/math/glpk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2010/05/21 10:36:56 adam Exp $
+# $NetBSD: Makefile,v 1.29 2010/07/13 06:46:56 adam Exp $
-DISTNAME= glpk-4.43
+DISTNAME= glpk-4.44
CATEGORIES= math
MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/
diff --git a/math/glpk/distinfo b/math/glpk/distinfo
index 986051b23a5..1c59bd9e233 100644
--- a/math/glpk/distinfo
+++ b/math/glpk/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2010/05/21 10:36:56 adam Exp $
+$NetBSD: distinfo,v 1.24 2010/07/13 06:46:56 adam Exp $
-SHA1 (glpk-4.43.tar.gz) = 6260df0fa47dd828458c169df90264d5ee1bf0a1
-RMD160 (glpk-4.43.tar.gz) = b8ea5add3e70e6f7758e3037ac5e03d8cdaf24ce
-Size (glpk-4.43.tar.gz) = 3212131 bytes
+SHA1 (glpk-4.44.tar.gz) = 6a2c23b5e9228627c0c454776d53b4629b56583b
+RMD160 (glpk-4.44.tar.gz) = 6d1a3428cf7dee758f18f8e388a71894437197d1
+Size (glpk-4.44.tar.gz) = 3229434 bytes