Update to sagemath 8.5.

Also:
- Bundle ipython again; Fedora version is too far ahead.  Also have to bundle
  prompt_toolkit since Fedora version is too far ahead of bundled ipython.
- Drop LANGUAGES variable setting, now ignored by the sagemath build system.
- Drop unused SAGE_CBLAS variable from /usr/bin/sage.
- Do not force the C locale when launching sagemath.
- Allow the user to override SAGE_DEBUG in /usr/bin/sage.
- Add -ecm, -giac, and -latte patches to fix interactions with external tools.
- Add -sigfpe patch from upstream.
This commit is contained in:
Jerry James 2019-01-17 19:27:08 -07:00
parent eaa777c690
commit 55beead27c
31 changed files with 674 additions and 684 deletions

View file

@ -1,6 +1,6 @@
diff -up src/bin/sage.orig src/bin/sage
--- src/bin/sage.orig 2018-10-17 17:13:34.000000000 -0600
+++ src/bin/sage 2018-10-24 15:19:11.805131334 -0600
--- src/bin/sage.orig 2018-12-22 16:37:06.000000000 -0700
+++ src/bin/sage 2019-01-16 09:42:10.064567132 -0700
@@ -26,13 +26,10 @@ usage() {
echo " file.[sage|py|spyx] -- run given .sage, .py or .spyx file"
echo " -advanced -- list all command line options"
@ -618,9 +618,9 @@ diff -up src/bin/sage.orig src/bin/sage
exec sage-startuptime.py "$@"
fi
diff -up src/bin/sage-runtests.orig src/bin/sage-runtests
--- src/bin/sage-runtests.orig 2018-10-17 17:13:34.000000000 -0600
+++ src/bin/sage-runtests 2018-10-24 15:19:11.805131334 -0600
@@ -76,10 +76,6 @@ if __name__ == "__main__":
--- src/bin/sage-runtests.orig 2018-12-22 16:37:06.000000000 -0700
+++ src/bin/sage-runtests 2019-01-16 09:42:10.065567115 -0700
@@ -79,10 +79,6 @@ if __name__ == "__main__":
help="run doctests using Valgrind's cachegrind tool. The log "
"files are named sage-cachegrind.PID and can be found in " +
os.path.join(DOT_SAGE, "valgrind"))
@ -632,8 +632,8 @@ diff -up src/bin/sage-runtests.orig src/bin/sage-runtests
parser.add_option("-f", "--failed", action="store_true", default=False,
help="doctest only those files that failed in the previous run")
diff -up src/bin/sage-valgrind.orig src/bin/sage-valgrind
--- src/bin/sage-valgrind.orig 2018-10-17 17:13:34.000000000 -0600
+++ src/bin/sage-valgrind 2018-10-24 15:19:11.805131334 -0600
--- src/bin/sage-valgrind.orig 2018-12-22 16:37:06.000000000 -0700
+++ src/bin/sage-valgrind 2019-01-16 09:42:10.065567115 -0700
@@ -1,16 +1,6 @@
#!/usr/bin/env bash