#9894: Group cohomology spkg, version 2.1.2
-------------------------------------------------------+--------------------
       Reporter:  SimonKing                            |         Owner:         
            
           Type:  enhancement                          |        Status:  
needs_review       
       Priority:  major                                |     Milestone:  
sage-5.0           
      Component:  optional packages                    |    Resolution:         
            
       Keywords:  modular group cohomology solaris t2  |   Work issues:         
            
Report Upstream:  N/A                                  |     Reviewers:  
Karl-Dieter Crisman
        Authors:  Simon King                           |     Merged in:         
            
   Dependencies:                                       |      Stopgaps:         
            
-------------------------------------------------------+--------------------

Comment (by jhpalmieri):

 A few questions:

  - Is it possible (and easy) to build the documentation locally? If so, it
 would be nice to implement that in spkg-install, using the environment
 variable `SAGE_SPKG_INSTALL_DOCS` (see #10823).

  - Also, can you provide the code for producing an on-line database, in
 case people want to host their own? Can people then set a variable to
 point to a different web site?

  - I think a better way to disable parallel building is `export
 MAKE="$MAKE -j 1"`. Appending the `-j 1` at the end should override any
 earlier `-j` flags. But this would require testing. I also think that
 since you call `make` instead of `$MAKE`, maybe this is irrelevant anyway?
 This is all pretty minor, since it works as is.

 On sage.math and on an OS X Lion box (running the version of Sage from
 #12369), all tests passed.  On !OpenSolaris, I'm getting a few doctest
 failures. Several are due to the internet tests, and this machine seems to
 have a very slow internet connection, so I'm not going to worry about
 that. The remaining failure:
 {{{
 pGroupCohomology.mtx.MTX.__hash__:
 sage -t -optional -long
 "/export/home/palmieri/.sage/temp/hawk/17706/dir_0/file_14.py"
 **********************************************************************
 File "/export/home/palmieri/.sage/temp/hawk/17706/dir_0/file_14.py", line
 8:
     sage: if sys.byteorder == 'little':
         print hash(M) == Integer(7606091044269354279)  # indirect doctest
     else:
         print hash(M) == Integer(1060097699)   # indirect doctest
 Expected:
     True
 Got:
     False
 **********************************************************************
 }}}
 Any ideas about this one?

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

Reply via email to