Skip to content
Snippets Groups Projects
Commit eb87ee2f authored by Andrea Valassi's avatar Andrea Valassi
Browse files

Simpler overrides

git-svn-id: file:///git/lcgcool.svndb/cool/trunk@20155 4525493e-7705-40b1-a816-d608a930855b
parent f29856c6
No related branches found
Tags
No related merge requests found
......@@ -6,15 +6,4 @@ elif [ "$HOSTNAME" == "moonshot-arm64-04" ] || [ `hostname -i` == "128.142.167.7
elif [ "$USER" == "avalassi" ]; then
CORAL_base=/home/avalassi/CORAL/trunk
fi
# Override CORAL version (use own local build) and execute any overrides therein
if [ "$CORAL_base" != "" ]; then
if [ -f $CORAL_base/overrideSetupCMake.sh ]; then
echo "INFO: additional overrides from $CORAL_base/overrideSetupCMake.sh"
. $CORAL_base/overrideSetupCMake.sh
else
echo "INFO: no additional overrides from CORAL"
fi
# NB BINARY_TAG may have been set in the CORAL overrides (eg on ARM)
export CMAKE_PREFIX_PATH=$CORAL_base/$BINARY_TAG:$CMAKE_PREFIX_PATH
fi
export CMAKE_PREFIX_PATH=$CORAL_base/$BINARY_TAG:$CMAKE_PREFIX_PATH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment