Release 6.10/08 - 2017-10-16

Highlights

Support for XCode version 9 and clang version 5

Release Notes

The release notes for this release can be found here.

Source distribution

Platform Files Size
source root_v6.10.08.source.tar.gz 150M

Binary distributions

Platform Files Size
CentOS Cern 7 gcc4.8 root_v6.10.08.Linux-centos7-x86_64-gcc4.8.tar.gz 124M
Linux fedora22 gcc5.3 root_v6.10.08.Linux-fedora22-x86_64-gcc5.3.tar.gz 110M
Linux fedora24 gcc6.1 root_v6.10.08.Linux-fedora24-x86_64-gcc6.1.tar.gz 107M
Ubuntu 14 gcc4.8 root_v6.10.08.Linux-ubuntu14-x86_64-gcc4.8.tar.gz 109M
Ubuntu 16 gcc5.4 root_v6.10.08.Linux-ubuntu16-x86_64-gcc5.4.tar.gz 110M
OsX 10.11 clang80 root_v6.10.08.macosx64-10.11-clang80.dmg 112M
OsX 10.11 clang80 root_v6.10.08.macosx64-10.11-clang80.tar.gz 111M
OsX 10.12 clang81 root_v6.10.08.macosx64-10.12-clang81.dmg 112M
OsX 10.12 clang81 root_v6.10.08.macosx64-10.12-clang81.tar.gz 111M
OsX 10.13 clang90 root_v6.10.08.macosx64-10.13-clang90.dmg 115M
OsX 10.13 clang90 root_v6.10.08.macosx64-10.13-clang90.tar.gz 114M

Installations in CVMFS

Standalone installations with minimal external dependencies are available at:

/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-mac1011-clang80-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-fedora22-gcc53-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-fedora24-gcc61-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-mac1013-clang90-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-ubuntu16-gcc54-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-mac1012-clang81-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-ubuntu14-gcc48-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-centos7-gcc48-opt

Example for setting up ROOT and the corresponding compiler from CVMFS

. /cvmfs/sft.cern.ch/lcg/contrib/gcc/4.8/x86_64-centos7-gcc48-opt/setup.sh
. /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-centos7-gcc48-opt/root/bin/thisroot.sh

Git

The entire ROOT source can be obtained from our public Git repository:

git clone http://github.com/root-project/root.git

The release specific tag can be obtained using:

cd root
git checkout -b v6-10-08 v6-10-08