#14116: update polymake interface to 2.12-rc3
-------------------------------------+-------------------------------------
       Reporter:  tkluck             |        Owner:  mhampton
           Type:  defect             |       Status:  new
       Priority:  major              |    Milestone:  sage-6.4
      Component:  geometry           |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Timo Kluck         |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  public/ticket/14416                |  e14a9f2e18d3e091ceaf7a922ca5e2ff91effb7a
   Dependencies:  #13768, #13767     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by kcrisman):

 I am trying the new interface, but can't get Sage to build the pyx file.
 {{{
 $ touch src/sage/libs/polymake/polymake.pyx
 $ ./sage -br
 <stuff not involving that file>
 sage:
 }}}
 and of course that causes problems with
 {{{
 sage: P = polymake.convex_hull([[1,0,0,0], [1,0,0,1], [1,0,1,0],
 [1,0,1,1],  [1,1,0,0], [1,1,0,1], [1,1,1,0], [1,1,1,1]])
 }}}
 or
 {{{
 sage: from sage.libs.polymake import polymake
 }}}
 which don't work for this reason.

--
Ticket URL: <http://trac.sagemath.org/ticket/14116#comment:19>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to