Changes between Version 2 and Version 3 of Ticket #5930
- Timestamp:
- 05/07/09 17:06:42 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5930 – Description
v2 v3 1 If you want to try the code out , there is an spkg and two patches in1 If you want to try the code out do this: 2 2 3 http://sage.math.washington.edu/home/mhansen/symbolics/. 3 1. Install sage-3.4.2. 4 4 5 These should install and apply cleanly to Sage 3.4.2. 6 Note that after applying all this you must delete all traces of constants.so: 5 2. Build pynac (should take about 3-5 minutes): 6 {{{ 7 ./sage -i http://sage.math.washington.edu/home/mhansen/symbolics/pynac-0.1.6-mh.spkg 8 }}} 7 9 10 3. Apply the two patches at http://sage.math.washington.edu/home/mhansen/symbolics/ 8 11 {{{ 9 $ rm devel/sage/build/lib.macosx-10.3-i386-2.5/sage/symbolic/constants* 10 $ rm devel/sage/build/temp.macosx-10.3-i386-2.5/sage/symbolic/constants* 11 $ rm devel/sage/build/sage/symbolic/constants.so 12 sage: hg_sage.apply('http://sage.math.washington.edu/home/mhansen/symbolics/symbolics_1.patch') 13 sage: hg_sage.apply('http://sage.math.washington.edu/home/mhansen/symbolics/symbolics_2.patch') 12 14 }}} 15 Just check in each with some random comment. 16 17 4. Delete all traces of constants.so: 18 {{{ 19 rm devel/sage/build/*/sage/symbolic/constants* 20 rm devel/sage/build/sage/symbolic/constants.so 21 }}} 22 23 5. Build with "sage -br", and it should work. Building will take a while, since the patches touch many files.