mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Update to sagemath 8.7.
- Drop upstreamed -giac patch. - Add -sagetex patch to fix a python indentation error. - Add -rubiks patch to fix compilation of the rubiks library. - Add -random patch to fix a non-random random bit generator. - Drop pip3 workaround; the binary is now named just pip again.
This commit is contained in:
parent
b6408b9313
commit
05337076b6
21 changed files with 898 additions and 442 deletions
12
sagemath-sagetex.patch
Normal file
12
sagemath-sagetex.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff -up build/pkgs/sagetex/src/run-sagetex-if-necessary.py.orig build/pkgs/sagetex/src/run-sagetex-if-necessary.py
|
||||
--- build/pkgs/sagetex/src/run-sagetex-if-necessary.py.orig 2019-01-09 09:51:28.000000000 -0700
|
||||
+++ build/pkgs/sagetex/src/run-sagetex-if-necessary.py 2019-04-09 11:39:25.457566883 -0600
|
||||
@@ -63,7 +63,7 @@ if not uses_sagetex:
|
||||
|
||||
# if something goes wrong, assume we need to run Sage
|
||||
run_sage = True
|
||||
- ignore = r"^( _st_.goboom|print('SageT| ?_st_.current_tex_line))"
|
||||
+ignore = r"^( _st_.goboom|print('SageT| ?_st_.current_tex_line))"
|
||||
|
||||
try:
|
||||
with open(src + '.sagetex.sage', 'r') as sagef:
|
Loading…
Add table
Add a link
Reference in a new issue