<br><div class="gmail_extra"><br><br><div class="gmail_quote">On 2 November 2012 22:35, Glynn Clements <span dir="ltr"><<a href="mailto:glynn@gclements.plus.com" target="_blank">glynn@gclements.plus.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
Yann Chemin wrote:<br>
<br>
> > r53636 fixes a couple of issues with the r.in.wms2 and v.in.wfs2<br>
> > Makefiles. From the add-ons/grass7 directory, you can do e.g.:<br>
> ><br>
> >         make MODULE_TOPDIR=$GISBASE<br>
> ><br>
><br>
> Thanks, including addons SVN in my daily compile... How could we auto-load<br>
> those additional modules in their GUI menu groups?<br>
<br>
</div>AFAIK, at present you need to edit menudata.xml.<br></blockquote><div><br></div><div>OK, I will see how to modify this one </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im"><br>
> > to build everything using the include/Make/*.make files from GRASS<br>
> > 7 (either installed or the dist.<arch> directory).<br>
> ><br>
> > imagery/i.vi.mpi requires mpicc. This should probably be a separate<br>
> > variable, e.g. $(MPICC).<br>
><br>
> to be set as a configure file option?<br>
<br>
</div>Once it's moved into trunk, configure checks should be added. Until<br>
then, it should just define a variable which can be overridden on the<br>
command line.<br>
<br>
Currently, it uses CC, which is problematic. Uusing CC=mpicc on the<br>
command line would cause all C code to be compiled using mpicc, while<br>
using e.g. CC=gcc on the command line would override the setting in<br>
i.vi.mpi/Makefile.<br>
<br>
A fundamental property of "make" is that variables set on the command<br>
line override settings within a Makefile, so every Makefile variable<br>
is effectively a command-line parameter with a default value.<br>
<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br></div><div>Thank you for this insight Glynn</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888">
--<br>
Glynn Clements <<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Yann Chemin<br><br>
</div>