Skip to content
Snippets Groups Projects
Commit c4471638 authored by Ivan Slepov's avatar Ivan Slepov :speech_balloon:
Browse files

CDASH fixed

parent 017533ed
No related branches found
No related tags found
No related merge requests found
......@@ -10,13 +10,13 @@ export SIMPATH=/opt/fairsoft/install
export SOURCEDIR=$CDASHUSERPATH
export BUILDDIR=$HOME/CDASH/mpdroot_build_$(uname -n)
export LINUX_FLAVOUR=$(uname -o)
export FAIRSOFT_VERSION=apr13
export FAIRSOFT_VERSION=may16
if [ "$#" -gt "1" ]; then
if [ "$#" -gt "2" ]; then
export FAIRSOFT_VERSION=$3
else
export FAIRSOFT_VERSION=apr13
export FAIRSOFT_VERSION=may16
fi
export BUILDDIR=$2
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment