...
Be sure to have an updated version of the system, with the EPEL extension enabled
No Format sudo yum -y install wget epel-release sudo yum -y update
Install the CA certificate required by the internal software repositories
No Format sudo yum -y localinstall http://artifacts.pd.infn.it/packages/CAP/misc/CentOS7/noarch/ca_TERENA-SSL-CA-3-1.0-1.el7.centos.noarch.rpm
Install the metadata for the internal software repositories (GEANT4, and CMT)
No Format sudo wget -O /etc/yum.repos.d/geant4.repo http://artifacts.pd.infn.it/packages/MUOTOM/repos/centos7/geant4.repo sudo wget -O /etc/yum.repos.d/cmt.repo http://artifacts.pd.infn.it/packages/MUOTOM/repos/centos7/cmt.repo
Install the tools and libraries required by the CMT software
No Format sudo yum -y install git gcc-c++ make cmake3 geant4-vmc-devel cmt-ulib-devel pcl-devel root-graf3d-eve xorg-x11-xauth
Since the GEANT4 package does not contain the particle data sets, download the required file files from central repository
No Format sudo geant4-dataset-download
The data for tests are available via NFS, add this row to the file /etc/fstab
No Format 10.64.18.250:/data/brickOpenstack/muon-steel/sdb /mnt/muotom-data nfs defaults 0 0
then create the directory and mount the endpoint
No Format sudo mkdir -p /mnt/muotom-data sudo chmod a+rx /mnt/muotom-data sudo mount -a
...