From: Bruno Turcksin Date: Tue, 14 Jul 2015 21:33:24 +0000 (-0500) Subject: Fix a bug when parmetis is the first package to be compiled. X-Git-Tag: v0.5~6^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21a43daef4a9bec4269c9de420bd4d91f0412336;p=candi.git Fix a bug when parmetis is the first package to be compiled. --- diff --git a/candi.sh b/candi.sh index e6f4adf..1ffd047 100755 --- a/candi.sh +++ b/candi.sh @@ -639,6 +639,7 @@ mkdir -p ${DOWNLOAD_PATH} mkdir -p ${UNPACK_PATH} mkdir -p ${BUILD_PATH} mkdir -p ${INSTALL_PATH} +mkdir -p ${INSTALL_PATH}/lib ORIG_INSTALL_PATH=${INSTALL_PATH} ORIG_PROCS=${PROCS}