#6503: remove the pyprocessing spkg from sage, then sort out any fallout that
results
------------------------+---------------------------------------------------
   Reporter:  was       |       Owner:  mabshoff    
       Type:  defect    |      Status:  needs_review
   Priority:  blocker   |   Milestone:  sage-4.3.2  
  Component:  packages  |    Keywords:              
     Author:            |    Upstream:  N/A         
   Reviewer:            |      Merged:              
Work_issues:            |  
------------------------+---------------------------------------------------
Changes (by jhpalmieri):

  * status:  needs_work => needs_review


Comment:

 Here are two patches, one for the scripts repo and one for the main repo.
 Note that one patch removes the file "parallel/multiprocessing.py"
 (actually renaming it to "multiprocessing_sage.py" plus the requisite
 changes to import statements).  When I tried to run Sage after applying
 this patch, I still had copies of multiprocessing.py lying around which I
 had to delete by hand (this won't be a problem from a build from scratch,
 but upgrading could problematic): I had to delete the files
 {{{
 
SAGE_ROOT/devel/sage/build/lib.macosx-10.6-i386-2.6/sage/parallel/multiprocessing.py
 SAGE_ROOT/local/lib/python/site-packages/sage/parallel/multiprocessing.py
 }}}
 (Without deleting these files, commands like {{{import multiprocessing}}}
 in parallel/multiprocessing_sage.py imported the old Sage file
 {{{multiprocessing.py}}} instead of the Python module
 {{{multiprocessing}}}.)

 I haven't run a full test suite yet, but "sage -tp 2
 SAGE_ROOT/devel/sage/sage/parallel/" passes all tests for me.

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