mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Update to sagemath 8.2.
Also: - Create the sagemath-data-combinatorial_designs subpackage. - Create the sagemath-notebook-export subpackage. - Unbundle the LaTeX makecmds style. - Install LaTeX style files in a more canonical place.
This commit is contained in:
parent
b46cd4759a
commit
925e91dade
28 changed files with 743 additions and 795 deletions
|
@ -1,6 +1,6 @@
|
|||
diff -up src/sage/groups/perm_gps/permgroup.py.orig src/sage/groups/perm_gps/permgroup.py
|
||||
--- src/sage/groups/perm_gps/permgroup.py.orig 2017-11-08 08:23:18.884207190 -0500
|
||||
+++ src/sage/groups/perm_gps/permgroup.py 2017-11-08 08:23:27.988207539 -0500
|
||||
--- src/sage/groups/perm_gps/permgroup.py.orig 2018-05-05 16:21:24.000000000 -0600
|
||||
+++ src/sage/groups/perm_gps/permgroup.py 2018-05-16 13:38:07.049015293 -0600
|
||||
@@ -166,6 +166,10 @@ def load_hap():
|
||||
gap.load_package("hap")
|
||||
except Exception:
|
||||
|
@ -17,7 +17,7 @@ diff -up src/sage/groups/perm_gps/permgroup.py.orig src/sage/groups/perm_gps/per
|
|||
@wraps(f)
|
||||
def wrapped(self, n, p=0):
|
||||
- if not is_package_installed('gap_packages'):
|
||||
- raise RuntimeError("You must install the optional gap_packages package.")
|
||||
- raise PackageNotFoundError("gap_packages")
|
||||
load_hap()
|
||||
from sage.arith.all import is_prime
|
||||
if not (p == 0 or is_prime(p)):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue