Skip to content

Commit

Permalink
sagemathgh-37801: Drop custom GLPK patch and error handling
Browse files Browse the repository at this point in the history
    
The sage distribution patches GLPK to be able to recover from errors.
Upstream rejected this patch, said what it does is unsupported, and no
one else has ever adopted it. Sage works fine without it.

If someone really wants to add error recovery to GLPK, it has to be done
in a way that upstream does not object to. Otherwise, it cannot be done
reliably -- no linux distros or conda or homebrew are going to ship our
patch.

These changes date back to
sagemath#29493, and  this PR will close
sagemath#29829.
    
URL: sagemath#37801
Reported by: Michael Orlitzky
Reviewer(s): Matthias Köppe
  • Loading branch information
Release Manager committed Jun 16, 2024
2 parents f7d10ce + 5a3698b commit eb26998
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 137 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/glpk/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.p0
5.0.p1
16 changes: 0 additions & 16 deletions build/pkgs/glpk/patches/error_recovery.patch

This file was deleted.

120 changes: 0 additions & 120 deletions src/sage/libs/glpk/error.pyx

This file was deleted.

0 comments on commit eb26998

Please sign in to comment.