On Thu, Jul 23, 2009 at 4:27 AM, William Stein<[email protected]> wrote: > > On Wed, Jul 22, 2009 at 11:21 AM, Michael > Madison<[email protected]> wrote: >> >> Robert, Thanks for the feedback. I don't want to wait for 4.1.1 so I >> will attempt to follow the Sage Days 16 "How to get started with >> developing Sage" to apply the patches. At first look this does not >> look straight forward. Mike > > Just do: > > sage: > hg_sage.apply('http://trac.sagemath.org/sage_trac/attachment/ticket/6438/6438-cython.patch') > > sage: > hg_sage.apply('http://trac.sagemath.org/sage_trac/attachment/ticket/4571/4571-numpy-pxd.patch') > > sage: > hg_sage.apply('http://trac.sagemath.org/sage_trac/attachment/ticket/4571/4571-more-fixes.patch') > > sage: quit > > sage -br > > and it should work, I guess.
Just be careful with how you run Sage. If it's in your PATH, then you can do sage -br from a terminal emulator. If not, then you can to navigate to SAGE_ROOT, then do ./sage -br My 2-cent. -- Regards Minh Van Nguyen --~--~---------~--~----~------------~-------~--~----~ 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-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
