mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 03:39:03 -04:00
Update to sagemath 6.8
This commit is contained in:
parent
b4699213da
commit
3aa9b0c734
32 changed files with 806 additions and 615 deletions
|
@ -1,12 +1,13 @@
|
|||
diff -up src/sage/graphs/graph_generators.py.orig src/sage/graphs/graph_generators.py
|
||||
--- src/sage/graphs/graph_generators.py.orig 2015-04-03 15:07:35.008402113 -0300
|
||||
+++ src/sage/graphs/graph_generators.py 2015-04-03 15:07:44.816402489 -0300
|
||||
@@ -827,7 +827,7 @@ class GraphGenerators():
|
||||
--- src/sage/graphs/graph_generators.py.orig 2015-10-11 17:55:39.963810018 -0300
|
||||
+++ src/sage/graphs/graph_generators.py 2015-10-11 17:55:46.861810283 -0300
|
||||
@@ -838,8 +838,7 @@ class GraphGenerators():
|
||||
>A geng -d0D3 n=4 e=0-6
|
||||
"""
|
||||
import subprocess
|
||||
from sage.misc.package import is_package_installed
|
||||
- from sage.misc.package import is_package_installed
|
||||
- if not is_package_installed("nauty"):
|
||||
+ if 1:
|
||||
raise TypeError("the optional nauty package is not installed")
|
||||
sp = subprocess.Popen("nauty-geng {0}".format(options), shell=True,
|
||||
sp = subprocess.Popen("geng {0}".format(options), shell=True,
|
||||
stdin=subprocess.PIPE, stdout=subprocess.PIPE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue