aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbmundim <bmundim@043a8217-7a68-40fe-abfd-36aa7d4fa6a8>2011-12-19 06:05:49 +0000
committerbmundim <bmundim@043a8217-7a68-40fe-abfd-36aa7d4fa6a8>2011-12-19 06:05:49 +0000
commitbe6041417469371b3731e8cb76f7ccf5a15e0322 (patch)
tree39522f37f63611fd4680d1ddc31dcc327e39ff84
parent9d0e81ced1e8f116af1797daebf873c264b1b2d9 (diff)
Indicate include and lib directories when building this library.
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/MPI/trunk@5 043a8217-7a68-40fe-abfd-36aa7d4fa6a8
-rw-r--r--configure.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.sh b/configure.sh
index c2398a6..a1a7ec3 100644
--- a/configure.sh
+++ b/configure.sh
@@ -84,6 +84,8 @@ if [ -z "${OPENMPI_DIR}" -o "${OPENMPI_DIR}" = 'BUILD' ]; then
fi
DONE_FILE=${SCRATCH_BUILD}/done/${THORN}
OPENMPI_DIR=${INSTALL_DIR}
+ OPENMPI_INC_DIRS=${OPENMPI_DIR}/include
+ OPENMPI_LIB_DIRS=${OPENMPI_DIR}/lib
(
exec >&2 # Redirect stdout to stderr