diff --git a/tools/install-xfitter b/tools/install-xfitter index 9551bfb5cf8fd0a70b3463e4bb73e6b5f823acd7..db625910283d0579c16d1685b7f88d0e517e71cc 100755 --- a/tools/install-xfitter +++ b/tools/install-xfitter @@ -155,6 +155,16 @@ then rootversion=5.34.36 boostver=1.53.0 pyth=2.7 + elif [[ $SYS == CentOS* && $ver == 7.* ]] + then + echo "Detected CentOS7 Linux distribution" + MODE=cern + gccv=4.8 + os=centos7 + arch=x86_64 + rootversion=6.08.04 + boostver=1.53.0 + pyth=2.7 elif [[ $SYS == Scientific* && $ver == 5.* ]] then echo "Detected SL5 Linux distribution"