Le vendredi 30 mars, Dima Pasechnik a écrit: > On 2012-03-29, John H Palmieri <jhpalmier...@gmail.com> wrote: > > > > If only there were some way to add explanatory comments to the > > "deps" file... > > there is a clean way to handle this: it would involve creating a > separate "testing" dependencies graph, of which the "building" > dependencies graph will be a subgraph.
In fact, there are also build-time and run-time deps. For example, scons is a build-time deps, not a run-time deps. The distinction is pretty important for example when you plan on cross-compiling a piece of code : a build-time dep will need to be run on the building host, while a run-time dep will run on the target host. Snark on #sagemath -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org