mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 03:39:03 -04:00
15 lines
708 B
Diff
15 lines
708 B
Diff
diff -up src/sage/geometry/polyhedron/base.py.orig src/sage/geometry/polyhedron/base.py
|
|
--- src/sage/geometry/polyhedron/base.py.orig 2014-11-18 15:26:45.817129141 -0200
|
|
+++ src/sage/geometry/polyhedron/base.py 2014-11-18 15:26:53.185129238 -0200
|
|
@@ -3515,11 +3515,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
|
|
-
|
|
from sage.misc.temporary_file import tmp_filename
|
|
from subprocess import Popen, PIPE
|
|
in_str = self.cdd_Vrepresentation()
|