summaryrefslogtreecommitdiff
path: root/math/glpk
diff options
context:
space:
mode:
authoradam <adam>2014-08-30 11:19:52 +0000
committeradam <adam>2014-08-30 11:19:52 +0000
commit39bb675f9ec1396d07d0b7f3ffc5354d302c6e97 (patch)
treeb900f27cd487eb3896aa36a459234c104faf8bc3 /math/glpk
parenteb3477193631b4e707603845762ccdcb49d20eb6 (diff)
downloadpkgsrc-39bb675f9ec1396d07d0b7f3ffc5354d302c6e97.tar.gz
Changes 4.55:
Some internal (non-API) routines to estimate the condition of the basis matrix were added. These routines are mainly intended to be used by the simplex-based solvers. Two open modes "a" and "ab" were added to GLPK I/O routines. Minor bug was fixed in the solver glpsol (command-line options --btf, --cbg, and --cgr didn't work properly). A serious bug was fixed in a basis factorization routine used on the dense phase. (The bug might appear only if the number of rows exceeded sqrt(2**31) ~= 46,340 and caused access violation exception because of integer overflow.) Two API routines glp_alloc and glp_realloc were documented. Translation of the document "Modeling Language GNU MathProg" to Spanish was included (in LaTeX and pdf formats).
Diffstat (limited to 'math/glpk')
-rw-r--r--math/glpk/Makefile4
-rw-r--r--math/glpk/distinfo10
-rw-r--r--math/glpk/patches/patch-src_Makefile.in4
3 files changed, 9 insertions, 9 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile
index 099e6717cde..4124705a032 100644
--- a/math/glpk/Makefile
+++ b/math/glpk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2014/04/01 08:38:35 adam Exp $
+# $NetBSD: Makefile,v 1.41 2014/08/30 11:19:52 adam Exp $
-DISTNAME= glpk-4.54
+DISTNAME= glpk-4.55
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU:=glpk/}
diff --git a/math/glpk/distinfo b/math/glpk/distinfo
index 60299419da6..0faee06a378 100644
--- a/math/glpk/distinfo
+++ b/math/glpk/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2014/04/01 08:38:35 adam Exp $
+$NetBSD: distinfo,v 1.34 2014/08/30 11:19:52 adam Exp $
-SHA1 (glpk-4.54.tar.gz) = 69d9c5d83271d34de1a58d2de2f7ababab975492
-RMD160 (glpk-4.54.tar.gz) = 4de0079c712dcab817a1d7b936f2ba4b1252129f
-Size (glpk-4.54.tar.gz) = 3098202 bytes
-SHA1 (patch-src_Makefile.in) = a28908145e2f4798679f34264dffa2780c7c4e3b
+SHA1 (glpk-4.55.tar.gz) = 893058aada022a8dfc63c675ebcd7e7e86a3a363
+RMD160 (glpk-4.55.tar.gz) = 850fd32e3f7261e9ddbfd87ff05d848cc7d505e1
+Size (glpk-4.55.tar.gz) = 3424345 bytes
+SHA1 (patch-src_Makefile.in) = 1d9b7a1b668bf7e2452a2466d19ca3a30fc7202f
diff --git a/math/glpk/patches/patch-src_Makefile.in b/math/glpk/patches/patch-src_Makefile.in
index 694ae0c3798..b1fad9693bd 100644
--- a/math/glpk/patches/patch-src_Makefile.in
+++ b/math/glpk/patches/patch-src_Makefile.in
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_Makefile.in,v 1.1 2014/04/01 08:38:35 adam Exp $
+$NetBSD: patch-src_Makefile.in,v 1.2 2014/08/30 11:19:52 adam Exp $
Use external zlib.
@@ -37,7 +37,7 @@ Use external zlib.
+-I$(srcdir)/proxy
libglpk_la_LDFLAGS = \
- -version-info 37:1:1 \
+ -version-info 37:2:1 \
@@ -447,22 +440,7 @@ misc/triang.c \
misc/wclique.c \
misc/wclique1.c \