mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Update to sagemath 8.3 (bz 1612867).
Also: - Drop -lrslib, -gap-hap, and -flask patches. - Drop obsolete scriplets to fix F24 to F25 upgrade (bz 1594429 and 1618934). - Drop obsolete mktexlsr invocations. - Fix more Singular paths. - Fix still more uses of /usr/bin/env. - Drop disallow/dissallow fixup for cython; now fixed in cython itself.
This commit is contained in:
parent
3dc6dbb3c1
commit
1a0bd1afc6
24 changed files with 285 additions and 525 deletions
|
@ -1,6 +1,6 @@
|
|||
diff -up src/sage/sandpiles/sandpile.py.orig src/sage/sandpiles/sandpile.py
|
||||
--- src/sage/sandpiles/sandpile.py.orig 2018-05-05 16:21:26.000000000 -0600
|
||||
+++ src/sage/sandpiles/sandpile.py 2018-05-16 13:28:24.939025388 -0600
|
||||
--- src/sage/sandpiles/sandpile.py.orig 2018-08-03 05:10:09.000000000 -0600
|
||||
+++ src/sage/sandpiles/sandpile.py 2018-08-29 08:47:29.728055776 -0600
|
||||
@@ -342,9 +342,6 @@ from sage.arith.all import falling_facto
|
||||
from sage.rings.all import Integer, PolynomialRing, QQ, ZZ
|
||||
from sage.symbolic.all import I, pi
|
||||
|
@ -11,7 +11,7 @@ diff -up src/sage/sandpiles/sandpile.py.orig src/sage/sandpiles/sandpile.py
|
|||
class Sandpile(DiGraph):
|
||||
"""
|
||||
Class for Dhar's abelian sandpile model.
|
||||
@@ -5199,7 +5196,7 @@ class SandpileDivisor(dict):
|
||||
@@ -5197,7 +5194,7 @@ class SandpileDivisor(dict):
|
||||
sign_file.close()
|
||||
# compute
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue