mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-18 10:19:03 -04:00
- 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.
12 lines
619 B
Diff
12 lines
619 B
Diff
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:
|