14 | | 3. Apply the two patches at http://sage.math.washington.edu/home/mhansen/symbolics/ |
15 | | {{{ |
16 | | sage: hg_sage.apply('http://sage.math.washington.edu/home/mhansen/symbolics/symbolics_1.patch') |
17 | | sage: hg_sage.apply('http://sage.math.washington.edu/home/mhansen/symbolics/symbolics_2.patch') |
18 | | }}} |
19 | | Just check in each with some random comment. |
20 | | |
21 | | 4. Delete all traces of constants.so: |
22 | | {{{ |
23 | | rm devel/sage/build/*/sage/symbolic/constants* |
24 | | rm devel/sage/build/sage/symbolic/constants.so |
25 | | }}} |
26 | | |
27 | | 5. Build with "sage -br", and it should work. Building will take a while, since the patches touch many files. |
28 | | |
29 | | OTHER RELEVANT CODE: #6005 |
| 10 | 3. Build new pynac spkg: |
| 11 | http://sage.math.washington.edu/home/mhansen/pynac-0.1.6-mh.p11.spkg |