On Mon, Mar 10, 2008 at 11:55 PM, Garth N. Wells <[EMAIL PROTECTED]> wrote: > > > Åsmund Ødegård wrote: > > > > > > On Mon, Mar 10, 2008 at 11:37 PM, Garth N. Wells <[EMAIL PROTECTED] > > > <mailto:[EMAIL PROTECTED]>> wrote: > > > > Is there a way to print a message to the screen at the end of a build? > A > > plain old 'print' prints at the start of the build process. > > > > > > Can you be a bit more specific about what you try to do? Scons is > > declarative, not imperative (or something like that) - everything in the > > scons-related files is (mostly) just put no a stack for later execution > > by scons.... > > > > I would like to print a message for users at the end of the build > process on how to set various paths.
Looking at the scons-code, the short answer seems to be 'no, it's not possible' We will probably need to consult the upstream scons-guys to hear their opinion, maybe there is some known work-around Åsmund _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
