################################################################## # To set the required parameters as source and the build # # directory for ctest, the linux flavour and the SIMPATH # # put the export commands below to a separate file which is read # # during execution and which is defined on the command line. # # Set all parameters according to your needs. # # LINUX_FLAVOUR should be set to the distribution you are using # # eg Debian, SuSe etc. # # An additional varibale NCPU can overwrite the default number # # of parallel processes used to compile the project. # # This can be usefull if one can use a distributed build system # # like icecream. # # For example # #!/bin/bash # export LINUX_FLAVOUR=Ubuntu export FAIRSOFT_VERSION=jan12 export SIMPATH=/home/sebastian/Installed_programs/Scientific_tools/fairroot_jan12/ export BUILDDIR=/home/sebastian/tmp/${FAIRSOFT_VERSION} export SOURCEDIR=/home/sebastian/Projects/Asyeosroot/asyeosroot/ export NCPU=2 ##################################################################