#19463: A coding/two_weight_db module
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  ncohen                 |       Status:  needs_review
           Type:         |    Milestone:  sage-6.10
  enhancement            |   Resolution:
       Priority:  major  |    Merged in:
      Component:         |    Reviewers:
  coding theory          |  Work issues:
       Keywords:         |       Commit:
        Authors:         |  390af081d1639cf15d282ea7d44763eff56fc8e5
  Nathann Cohen          |     Stopgaps:
Report Upstream:  N/A    |
         Branch:         |
  u/ncohen/19463         |
   Dependencies:         |
  #19624                 |
-------------------------+-------------------------------------------------

Comment (by dimpase):

 take the last commit from `public/19463` to avoid the following:

 {{{
 $ sage -btp src/sage/coding/two_weight_db.py
 python -u setup.py install
 Updating Cython code....
 Enabling Cython debugging support
 Compiling sage/graphs/strongly_regular_db.pyx because it changed.
 [1/1] Cythonizing sage/graphs/strongly_regular_db.pyx

 Error compiling Cython file:
 ------------------------------------------------------------
 ...
         sage: G = SRG_630_85_20_10()                    # long time
         sage: G.is_strongly_regular(parameters=True)    # long time
         (630, 85, 20, 10)
     """
     from sage.graphs.generators.intersection import IntersectionGraph
     hs = HoffmanSingletonGraph()
                              ^
 ------------------------------------------------------------

 sage/graphs/strongly_regular_db.pyx:2340:30: undeclared name not builtin:
 HoffmanSingletonGraph
 ...
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/19463#comment:30>
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