#20710: upgrade glpk to 4.60
-------------------------------------+-------------------------------------
Reporter: fbissey | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: sage-7.3
Component: packages: | Resolution:
standard | Merged in:
Keywords: | Reviewers:
Authors: François Bissey | Work issues:
Report Upstream: N/A | Commit:
Branch: | b3efcbc8d4f8648d69563763a1f5b67db206457f
u/fbissey/glpk_4.60 | Stopgaps:
Dependencies: #20832 |
-------------------------------------+-------------------------------------
Old description:
> I suggest to upgrade `glpk` to the latest available version (4.60 at the
> time of writing). The current version has been superseded in Gentoo and
> the formatting of the output has changed.
> Here are the tasks for this upgrade:
> 1) use `spkg-src` instead of patching `configure` directly
> 2) drop the `have_error.patch` has the functionality is now upstream
> without having to change sage's code.
> 3) clean up `SPKG.txt` and other files so they are reflecting the
> current reality more closely without obsolete historical comments
>
> tarball:
> [http://www.lmona.de/files/sage/glpk-4.60.tar.bz2]
New description:
I suggest to upgrade `glpk` to the latest available version (4.60 at the
time of writing). The current version has been superseded in Gentoo and
the formatting of the output has changed.
Here are the tasks for this upgrade:
1) use `spkg-src` instead of patching `configure` directly
2) some part of `have_error.patch` is now upstream
3) clean up `SPKG.txt` and other files so they are reflecting the current
reality more closely without obsolete historical comments
tarball:
[http://www.lmona.de/files/sage/glpk-4.60.tar.bz2]
--
Comment (by jdemeyer):
You still need this piece of `have_error.patch`:
{{{
#!diff
diff -ru glpk-4.55/src/env/error.c glpk-4.55-patched//src/env/error.c
--- glpk-4.55/src/env/error.c 2014-08-22 08:00:00.000000000 +0200
+++ glpk-4.55-patched//src/env/error.c 2015-11-05 09:59:57.588718768
+0100
@@ -47,6 +47,7 @@
va_end(arg);
xprintf("Error detected in file %s at line %d\n",
env->err_file, env->err_line);
+ env->err_file = NULL;
if (env->err_hook != NULL)
env->err_hook(env->err_info);
abort();
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/20710#comment:16>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.