From be6041417469371b3731e8cb76f7ccf5a15e0322 Mon Sep 17 00:00:00 2001 From: bmundim Date: Mon, 19 Dec 2011 06:05:49 +0000 Subject: 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 --- configure.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3