#5930: switch from maxima to pynac for core symbolic manipulation system
-------------------------+--------------------------------------------------
 Reporter:  was          |       Owner:  tbd     
     Type:  enhancement  |      Status:  new     
 Priority:  blocker      |   Milestone:  sage-4.0
Component:  symbolics    |    Keywords:          
-------------------------+--------------------------------------------------
Description changed by was:

Old description:

> If you want to try the code out, there is an spkg and two patches in
>
> http://sage.math.washington.edu/home/mhansen/symbolics/.
>
> These should install and apply cleanly to Sage 3.4.2.
> Note that after applying all this you must delete all traces of
> constants.so:
>
> {{{
> $ rm devel/sage/build/lib.macosx-10.3-i386-2.5/sage/symbolic/constants*
> $ rm devel/sage/build/temp.macosx-10.3-i386-2.5/sage/symbolic/constants*
> $ rm devel/sage/build/sage/symbolic/constants.so
> }}}

New description:

 If you want to try the code out do this:

 1. Install sage-3.4.2.

 2. Build pynac (should take about 3-5 minutes):
 {{{
 ./sage -i
 http://sage.math.washington.edu/home/mhansen/symbolics/pynac-0.1.6-mh.spkg
 }}}

 3. Apply the two patches at
 http://sage.math.washington.edu/home/mhansen/symbolics/
 {{{
 sage:
 
hg_sage.apply('http://sage.math.washington.edu/home/mhansen/symbolics/symbolics_1.patch')
 sage:
 
hg_sage.apply('http://sage.math.washington.edu/home/mhansen/symbolics/symbolics_2.patch')
 }}}
 Just check in each with some random comment.

 4. Delete all traces of constants.so:
 {{{
 rm devel/sage/build/*/sage/symbolic/constants*
 rm devel/sage/build/sage/symbolic/constants.so
 }}}

 5. Build with "sage -br", and it should work.  Building will take a while,
 since the patches touch many files.

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5930#comment:3>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel

--~--~---------~--~----~------------~-------~--~----~
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