mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 03:39:03 -04:00
Update to sagemath 7.3
This commit is contained in:
parent
a3d306800c
commit
0fdebf23cf
35 changed files with 3245 additions and 874 deletions
|
@ -1,10 +1,10 @@
|
|||
diff -up src/sage/graphs/graph_generators.py.orig src/sage/graphs/graph_generators.py
|
||||
--- src/sage/graphs/graph_generators.py.orig 2015-07-26 07:34:43.000000000 -0600
|
||||
+++ src/sage/graphs/graph_generators.py 2016-04-28 21:13:15.214276462 -0600
|
||||
@@ -841,7 +841,7 @@ class GraphGenerators():
|
||||
from sage.misc.package import is_package_installed
|
||||
if not is_package_installed("nauty"):
|
||||
raise TypeError("the optional nauty package is not installed")
|
||||
--- src/sage/graphs/graph_generators.py.orig 2016-08-08 13:38:51.824541870 -0400
|
||||
+++ src/sage/graphs/graph_generators.py 2016-08-08 13:39:20.460542967 -0400
|
||||
@@ -872,7 +872,7 @@ class GraphGenerators():
|
||||
>A geng -d0D3 n=4 e=0-6
|
||||
"""
|
||||
import subprocess
|
||||
- sp = subprocess.Popen("geng {0}".format(options), shell=True,
|
||||
+ sp = subprocess.Popen("nauty-geng {0}".format(options), shell=True,
|
||||
stdin=subprocess.PIPE, stdout=subprocess.PIPE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue