APR21
closed04/30/2021
CbmRoot release APR21. Feature freeze 26 March 2021, code freeze 30 April 2021.
97%
ReleaseAPR21¶
Status: Released (22 June 2021)¶
Overview¶
First release in git
Release branch created at 01.04.21 with commit 6ef57ee8
Release branch: https://git.cbm.gsi.de/computing/cbmroot/-/tree/apr21_patches
Browse release branch: https://git.cbm.gsi.de/computing/cbmroot/-/tree/apr21_patches
Release announcement: CbmRoot release APR21
FairRoot version: v18.2.1
FairSoft version: jun19p3
There are only updates of URLs between jun19p1 and jun19p3.
If you have a working installation of jun19 you can still use it.
Installation
A network connection is required.
export CBMSRC=[destination directory for sources] export CBMBIN=[destination directory for build] export SIMPATH=[path to installation of external packages (fairsoft jun19p(1-3)] export FAIRROOTPATH=[path to FairRoot installation v18.2.1] git clone https://git.cbm.gsi.de/computing/cbmroot $CBMSRC git checkout -b release_APR21 APR21 cd $CBMBIN cmake $CBMSRC make
For a more extensive description, see Install_CbmRoot
Installations at GSI
The release is installed for the three currently supported systems (CentOS7, Debian8 and Debian10) in /cvmfs. The locations of the installations are
/cvmfs/cbm.gsi.de/centos7/cbmroot/apr21_fairroot-v18.2.1_fairsoft_jun19p2 /cvmfs/cbm.gsi.de/debian8/cbmroot/apr21_fairroot-v18.2.1_fairsoft_jun19p2 /cvmfs/cbm.gsi.de/debian10/cbmroot/apr21_fairroot-v18.2.1_fairsoft_jun19p2
To setup the proper runtime environment it is enough to "source" the configuration script
source /cvmfs/cbm.gsi.de/<OS>/cbmroot/apr21_fairroot-v18.2.1_fairsoft_jun19p2/bin/CbmRootConfig.sh
where <OS> is one of the supported systems.