Bruno<div><br></div><div>This change sets OPENMPI_INC_DIRS unconditionally, overwriting the user's configuration. If you look further down in the file, you will see the line</div><div><br></div><div><div> : ${OPENMPI_INC_DIRS="${OPENMPI_DIR}/include"}</div>
<div><br></div><div>which sets OPENMPI_INC_DIRS iff the user has not already set it. That is, your change should not be necessary.</div><div><br></div><div>I will revert this change.</div><div><br></div><div>-erik</div><br>
<div class="gmail_quote">On Mon, Dec 19, 2011 at 1:05 AM, <span dir="ltr"><<a href="mailto:bcmsma@astro.rit.edu">bcmsma@astro.rit.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
User: bmundim<br>
Date: 2011/12/19 12:05 AM<br>
<br>
Modified:<br>
/trunk/<br>
configure.sh<br>
<br>
Log:<br>
Indicate include and lib directories when building this library.<br>
<br>
File Changes:<br>
<br>
Directory: /trunk/<br>
==================<br>
<br>
File [modified]: configure.sh<br>
Delta lines: +2 -0<br>
===================================================================<br>
--- trunk/configure.sh 2011-12-19 04:12:48 UTC (rev 4)<br>
+++ trunk/configure.sh 2011-12-19 06:05:49 UTC (rev 5)<br>
@@ -84,6 +84,8 @@<br>
fi<br>
DONE_FILE=${SCRATCH_BUILD}/done/${THORN}<br>
OPENMPI_DIR=${INSTALL_DIR}<br>
+ OPENMPI_INC_DIRS=${OPENMPI_DIR}/include<br>
+ OPENMPI_LIB_DIRS=${OPENMPI_DIR}/lib<br>
<br>
(<br>
exec >&2 # Redirect stdout to stderr<br>
<br>
_______________________________________________<br>
Commits mailing list<br>
<a href="mailto:Commits@cactuscode.org">Commits@cactuscode.org</a><br>
<a href="http://cactuscode.org/mailman/listinfo/commits" target="_blank">http://cactuscode.org/mailman/listinfo/commits</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Erik Schnetter <<a href="mailto:schnetter@cct.lsu.edu" target="_blank">schnetter@cct.lsu.edu</a>> <a href="http://www.cct.lsu.edu/~eschnett/" target="_blank">http://www.cct.lsu.edu/~eschnett/</a><br>
<br>
</div>