On Thu, Oct 23, 2025 at 6:24 PM Dima Pasechnik <[email protected]> wrote:
> On October 22, 2025 12:51:51 AM CDT, Kwankyu Lee <[email protected]> > wrote: > >"sage -b" would be still useful if it works like "sage" (build changed > >python and cython files fast) but does not start a sage session. > > > >Currently "sage -b" works like "make" and is slow. > > > while (appropriately scripted) > > $ echo quit | ./sage > > does the job, it should be possible to avoid even starting Sage and > achieve the same effect. > I asked how exactly this can be done here: > https://github.com/mesonbuild/meson-python/issues/801 It seems it's just ninja -C $SAGE_ROOT/build/sage-distro which does the job (the path to that directory can be relative) So we can make `sage -b` to do just this. > > Dima > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/sage-devel/CAAWYfq2XVOiy-8cwdojbK67NvX1sjsmQO6wHhRdNr%2BG2z4nKaA%40mail.gmail.com.
