Verified Commit fad6f54a authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

compile deps script: instruct compiler about custom installation dirs

compiler need to be informed about dependencies not residing in
canonical system folders
parent ddb82390
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -157,6 +157,9 @@ mkdir -p ${SOURCE}
######### From now on exits on any error ########
set -e

export CPATH="${CPATH}:${INSTALL}/include"
export LIBRARY_PATH="${LIBRARY_PATH}:${INSTALL}/lib:${INSTALL}/lib64"

# Set cluster dependencies first
if [[ ( "${CLUSTER}" == "mogon1" ) || ( "${CLUSTER}" == "fh2" ) || ( "${CLUSTER}" == "mogon2" ) ]]; then
    # get libtool