Update to sagemath 6.8

This commit is contained in:
pcpa 2015-12-22 12:50:40 -02:00
parent b4699213da
commit 3aa9b0c734
32 changed files with 806 additions and 615 deletions

View file

@ -1,14 +1,13 @@
diff -up src/sage/geometry/polyhedron/base.py.orig src/sage/geometry/polyhedron/base.py
--- src/sage/geometry/polyhedron/base.py.orig 2015-04-03 15:06:44.704400187 -0300
+++ src/sage/geometry/polyhedron/base.py 2015-04-03 15:06:59.632400758 -0300
@@ -3242,11 +3242,6 @@ class Polyhedron_base(Element):
--- src/sage/geometry/polyhedron/base.py.orig 2015-10-11 17:54:35.252807540 -0300
+++ src/sage/geometry/polyhedron/base.py 2015-10-11 17:54:41.621807784 -0300
@@ -3371,10 +3371,6 @@ class Polyhedron_base(Element):
David Avis's lrs program.
"""
- if is_package_installed('lrs') != True:
- print 'You must install the optional lrs package ' \
- 'for this function to work'
- raise NotImplementedError
- if not is_package_installed('lrslib'):
- raise NotImplementedError('You must install the optional lrslib package '
- 'for this function to work')
-
from sage.misc.temporary_file import tmp_filename
from subprocess import Popen, PIPE