mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-10 23:18:51 -04:00
- Improve the -ecm patch. - Add -formatargspec patch to silence doc-building warnings. - Add -data-elliptic_curves_large subpackage. - Build with bliss, coxeter3, and mcqd support. - Fix typo that made the singular.hlp file inaccessible. - Add more gap packages to get closer to the set shipped by upstream. - Refactor Requires so they apply to the correct subpackages. - More python 3 patching due to changes in python 3.8. - Use upstream's method of installing jupyter support. - Obsolete the sagemath-notebook-export subpackage.
18 lines
668 B
Diff
18 lines
668 B
Diff
diff -up src/module_list.py.orig src/module_list.py
|
|
--- src/module_list.py.orig 2019-09-11 08:51:57.722696682 -0600
|
|
+++ src/module_list.py 2019-09-11 08:52:38.084040542 -0600
|
|
@@ -470,10 +470,10 @@ ext_modules = [
|
|
Extension('sage.libs.ecl',
|
|
sources = ["sage/libs/ecl.pyx"]),
|
|
|
|
- Extension("sage.libs.fes",
|
|
- ["sage/libs/fes.pyx"],
|
|
- language = "c",
|
|
- libraries = ['fes']),
|
|
+# Extension("sage.libs.fes",
|
|
+# ["sage/libs/fes.pyx"],
|
|
+# language = "c",
|
|
+# libraries = ['fes']),
|
|
|
|
Extension('sage.libs.flint.flint',
|
|
sources = ["sage/libs/flint/flint.pyx"],
|