#8169: include TOPCOM as optional spkg
----------------------------+-----------------------------------------------
Reporter: vbraun | Owner: vbraun
Type: enhancement | Status: needs_info
Priority: major | Milestone: sage-feature
Component: geometry | Keywords:
Author: Volker Braun | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
Comment(by mhampton):
OK, sorry about that. I had some older versions lying around and
mistakenly installed one of those. The new one seems to build fine, but
after installing 9918 it doesn't seem to work. The first doctest failure
looks like this:
{{{
sage -t "devel/sage-t2/sage/geometry/triangulation/base.pyx"
**********************************************************************
File
"/Users/mh/sagestuff/sage-4-x/devel/sage-t2/sage/geometry/triangulation/base.pyx",
line 259:
sage: p = PointConfiguration([[0, 1], [0, 0], [1, 0]]) # indirect
doctest
Exception raised:
Traceback (most recent call last):
File "/Users/mh/sagestuff/sage-4-x/local/bin/ncadoctest.py", line
1231, in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/Users/mh/sagestuff/sage-4-x/local/bin/sagedoctest.py", line
38, in run_one_example
OrigDocTestRunner.run_one_example(self, test, example, filename,
compileflags)
File "/Users/mh/sagestuff/sage-4-x/local/bin/ncadoctest.py", line
1172, in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_12[2]>", line 1, in <module>
p = PointConfiguration([[Integer(0), Integer(1)], [Integer(0),
Integer(0)], [Integer(1), Integer(0)]]) # indirect doctest###line 259:
sage: p = PointConfiguration([[0, 1], [0, 0], [1, 0]]) # indirect
doctest
File "/Users/mh/sagestuff/sage-4-x/local/lib/python/site-
packages/sage/misc/classcall_metaclass.py", line 258, in __call__
return cls.__classcall__(cls, *args, **options)
File "/Users/mh/sagestuff/sage-4-x/local/lib/python/site-
packages/sage/geometry/triangulation/point_configuration.py", line 759, in
__classcall__
.__classcall__(cls, points, connected, fine, regular, star)
File "/Users/mh/sagestuff/sage-4-x/local/lib/python/site-
packages/sage/misc/cachefunc.py", line 115, in __call__
w = self.f(*args, **kwds)
File "/Users/mh/sagestuff/sage-4-x/local/lib/python/site-
packages/sage/structure/unique_representation.py", line 449, in
__classcall__
instance = type.__call__(cls, *args, **options)
File "/Users/mh/sagestuff/sage-4-x/local/lib/python/site-
packages/sage/geometry/triangulation/point_configuration.py", line 793, in
__init__
self.set_engine()
File "/Users/mh/sagestuff/sage-4-x/local/lib/python/site-
packages/sage/geometry/triangulation/point_configuration.py", line 821, in
set_engine
self._use_TOPCOM = (engine=='TOPCOM') or (engine=='auto' and
PointConfiguration._have_TOPCOM())
File "/Users/mh/sagestuff/sage-4-x/local/lib/python/site-
packages/sage/geometry/triangulation/point_configuration.py", line 730, in
_have_TOPCOM
except ExceptionPexpect:
NameError: global name 'ExceptionPexpect' is not defined
**********************************************************************
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8169#comment:32>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.