mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-18 10:19:03 -04:00
- Unbundle widgetsnbextension (bz 1856311) - Unbundle mathjax fonts (bz 1875606) - Do not require the -doc subpackage from the main package (bz 1867123) - Drop upstreamed patches: -ecl, -fes, -includes, -sagetex, -sigfpe, -sympy
21 lines
715 B
Diff
21 lines
715 B
Diff
diff -up src/sage/interfaces/latte.py.orig src/sage/interfaces/latte.py
|
|
--- src/sage/interfaces/latte.py.orig 2020-10-30 14:03:03.974899895 -0600
|
|
+++ src/sage/interfaces/latte.py 2020-10-30 16:26:14.352878056 -0600
|
|
@@ -117,7 +117,7 @@ def count(arg, ehrhart_polynomial=False,
|
|
|
|
arg = str_to_bytes(arg)
|
|
|
|
- args = ['count']
|
|
+ args = ['latte-count']
|
|
if ehrhart_polynomial and multivariate_generating_function:
|
|
raise ValueError
|
|
if ehrhart_polynomial:
|
|
@@ -317,7 +317,7 @@ def integrate(arg, polynomial=None, algo
|
|
|
|
from sage.rings.rational import Rational
|
|
|
|
- args = ['integrate']
|
|
+ args = ['latte-integrate']
|
|
|
|
got_polynomial = True if polynomial is not None else False
|
|
|