15
I Use This!
Activity Not Available

News

Analyzed 4 months ago. based on code collected 5 months ago.
Posted over 8 years ago by Anonymous
Highlights This is the first ROOT development release of the 6.09 series! It is meant to offer a preview of the many features which will be included in the 6.10 production release. Some highlights: Automatic colouring of plots. How? Check ... [More] this out here. The TDataFrame framework landed in ROOT: it is possible to analyse data contained in ROOT trees in a functional manner taking advantage transparently of all cores of your machine More building blocks for expressing parallelism: check out our TThreadExecutor class! More parallelism behind the scenes, for example parallel compression when writing to a TTree. Just let ROOT run your code in parallel: invoke ROOT::EnableImplicitMT() A faster ROOT: for example lots of symbols are now hidden, TMethodCall is now twice as fast as before. ClassDefInline(MyClass, 3) adds ClassDef functionality without the need to generate a dictionary, which is especially useful for scripts and other non-framework code. Source distribution Platform Files Size source root_v6.09.02.source.tar.gz 150M Binary distributions Platform Files Size CentOS Cern 7 gcc4.8 root_v6.09.02.Linux-centos7-x86_64-gcc4.8.tar.gz 143M Linux fedora22 gcc5.3 root_v6.09.02.Linux-fedora22-x86_64-gcc5.3.tar.gz 130M Linux fedora24 gcc6.1 root_v6.09.02.Linux-fedora24-x86_64-gcc6.1.tar.gz 110M Ubuntu 14 gcc4.8 root_v6.09.02.Linux-ubuntu14-x86_64-gcc4.8.tar.gz 129M Ubuntu 16 gcc5.4 root_v6.09.02.Linux-ubuntu16-x86_64-gcc5.4.tar.gz 130M OsX 10.10 clang70 root_v6.09.02.macosx64-10.10-clang70.dmg 113M OsX 10.10 clang70 root_v6.09.02.macosx64-10.10-clang70.tar.gz 114M OsX 10.11 clang80 root_v6.09.02.macosx64-10.11-clang80.dmg 118M OsX 10.11 clang80 root_v6.09.02.macosx64-10.11-clang80.tar.gz 118M OsX 10.12 clang80 root_v6.09.02.macosx64-10.12-clang80.dmg 125M OsX 10.12 clang80 root_v6.09.02.macosx64-10.12-clang80.tar.gz 125M Installations in CVMFS Standalone installations with minimal external dependencies are available at: /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.09.02/ubuntu14-x86_64-gcc4.8 /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.09.02/x86_64-centos7-gcc48-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.09.02/x86_64-mac1011-clang73-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.09.02/x86_64-mac1010-clang70-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.09.02/x86_64-mac1012-clang80-opt Example for setting up ROOT and the corresponding compiler from CVMFS . /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.09.02/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://root.cern.ch/git/root.git The release specific tag can be obtained using: cd root git checkout -b v6-09-02 v6-09-02 State:  Dev [Less]
Posted over 8 years ago by Anonymous
Highlights This is the first ROOT development release of the 6.09 series! It is meant to offer a preview of the many features which will be included in the 6.10 production release. Some highlights: Automatic colouring of plots. How? Check ... [More] this out here. The TDataFrame framework landed in ROOT: it is possible to analyse data contained in ROOT trees in a functional manner taking advantage transparently of all cores of your machine More building blocks for expressing parallelism: check out our TThreadExecutor class! More parallelism behind the scenes, for example parallel compression when writing to a TTree. Just let ROOT run your code in parallel: invoke ROOT::EnableImplicitMT() A faster ROOT: for example lots of symbols are now hidden, TMethodCall is now twice as fast as before. ClassDefInline(MyClass, 3) adds ClassDef functionality without the need to generate a dictionary, which is especially useful for scripts and other non-framework code. Source distribution Platform Files Size source root_v6.09.02.source.tar.gz 150M Binary distributions Platform Files Size CentOS Cern 7 gcc4.8 root_v6.09.02.Linux-centos7-x86_64-gcc4.8.tar.gz 143M Linux fedora22 gcc5.3 root_v6.09.02.Linux-fedora22-x86_64-gcc5.3.tar.gz 130M Linux fedora24 gcc6.1 root_v6.09.02.Linux-fedora24-x86_64-gcc6.1.tar.gz 110M Ubuntu 14 gcc4.8 root_v6.09.02.Linux-ubuntu14-x86_64-gcc4.8.tar.gz 129M Ubuntu 16 gcc5.4 root_v6.09.02.Linux-ubuntu16-x86_64-gcc5.4.tar.gz 130M OsX 10.10 clang70 root_v6.09.02.macosx64-10.10-clang70.dmg 113M OsX 10.10 clang70 root_v6.09.02.macosx64-10.10-clang70.tar.gz 114M OsX 10.11 clang80 root_v6.09.02.macosx64-10.11-clang80.dmg 118M OsX 10.11 clang80 root_v6.09.02.macosx64-10.11-clang80.tar.gz 118M OsX 10.12 clang80 root_v6.09.02.macosx64-10.12-clang80.dmg 125M OsX 10.12 clang80 root_v6.09.02.macosx64-10.12-clang80.tar.gz 125M Installations in CVMFS Standalone installations with minimal external dependencies are available at: /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.09.02/ubuntu14-x86_64-gcc4.8 /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.09.02/x86_64-centos7-gcc48-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.09.02/x86_64-mac1011-clang73-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.09.02/x86_64-mac1010-clang70-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.09.02/x86_64-mac1012-clang80-opt Example for setting up ROOT and the corresponding compiler from CVMFS From a centos7 node, for example lxplus7: . /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.09.02/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://root.cern.ch/git/root.git The release specific tag can be obtained using: cd root git checkout -b v6-09-02 v6-09-02 State:  Dev [Less]
Posted over 8 years ago by Anonymous
Release Notes The release notes for this release can be found here. Source distribution Platform Files Size source root_v6.08.06.source.tar.gz 149M Binary distributions Platform Files Size CentOS ... [More] Cern 7 gcc4.8 root_v6.08.06.Linux-centos7-x86_64-gcc4.8.tar.gz 196M Linux fedora22 gcc5.3 root_v6.08.06.Linux-fedora22-x86_64-gcc5.3.tar.gz 185M Linux fedora24 gcc6.1 root_v6.08.06.Linux-fedora24-x86_64-gcc6.1.tar.gz 165M Ubuntu 14 gcc4.8 root_v6.08.06.Linux-ubuntu14-x86_64-gcc4.8.tar.gz 182M Ubuntu 16 gcc5.4 root_v6.08.06.Linux-ubuntu16-x86_64-gcc5.4.tar.gz 186M OsX 10.10 clang70 root_v6.08.06.macosx64-10.10-clang70.dmg 157M OsX 10.10 clang70 root_v6.08.06.macosx64-10.10-clang70.tar.gz 158M OsX 10.11 clang80 root_v6.08.06.macosx64-10.11-clang80.dmg 163M OsX 10.11 clang80 root_v6.08.06.macosx64-10.11-clang80.tar.gz 163M OsX 10.12 clang80 root_v6.08.06.macosx64-10.12-clang80.dmg 169M OsX 10.12 clang80 root_v6.08.06.macosx64-10.12-clang80.tar.gz 170M Installations in CVMFS Standalone installations with minimal external dependencies are available at: /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.06/x86_64-centos7-gcc48-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.06/x86_64-mac1010-clang70-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.06/x86_64-mac1011-clang73-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.06/x86_64-mac1012-clang80-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.08.06/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://root.cern.ch/git/root.git The release specific tag can be obtained using: cd root git checkout -b v6-08-06 v6-08-06 State:  Pro [Less]
Posted over 8 years ago by Anonymous
Release Notes The release notes for this release can be found here. Source distribution Platform Files Size source root_v6.08.06.source.tar.gz 149M Binary distributions Platform Files Size CentOS ... [More] Cern 7 gcc4.8 root_v6.08.06.Linux-centos7-x86_64-gcc4.8.tar.gz 196M Linux fedora22 gcc5.3 root_v6.08.06.Linux-fedora22-x86_64-gcc5.3.tar.gz 185M Linux fedora24 gcc6.1 root_v6.08.06.Linux-fedora24-x86_64-gcc6.1.tar.gz 165M Ubuntu 14 gcc4.8 root_v6.08.06.Linux-ubuntu14-x86_64-gcc4.8.tar.gz 182M Ubuntu 16 gcc5.4 root_v6.08.06.Linux-ubuntu16-x86_64-gcc5.4.tar.gz 186M OsX 10.10 clang70 root_v6.08.06.macosx64-10.10-clang70.dmg 157M OsX 10.10 clang70 root_v6.08.06.macosx64-10.10-clang70.tar.gz 158M OsX 10.11 clang80 root_v6.08.06.macosx64-10.11-clang80.dmg 163M OsX 10.11 clang80 root_v6.08.06.macosx64-10.11-clang80.tar.gz 163M OsX 10.12 clang80 root_v6.08.06.macosx64-10.12-clang80.dmg 169M OsX 10.12 clang80 root_v6.08.06.macosx64-10.12-clang80.tar.gz 170M Installations in CVMFS Standalone installations with minimal external dependencies are available at: /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.06/x86_64-centos7-gcc48-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.06/x86_64-mac1010-clang70-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.06/x86_64-mac1011-clang73-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.06/x86_64-mac1012-clang80-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.08.06/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://root.cern.ch/git/root.git The release specific tag can be obtained using: cd root git checkout -b v6-08-06 v6-08-06 State:  Old [Less]
Posted over 8 years ago by Nefeli Iliana Kousi
Highlights Bug fix release. The list of improvements and fixes are in the release notes. Release Notes The release notes for this release can be found here. Source distribution Platform Files Size source ... [More] root_v6.04.18.source.tar.gz 95M Binary distributions Platform Files Size CentOS Cern 7 gcc4.8 root_v6.04.18.Linux-centos7-x86_64-gcc4.8.tar.gz 160M CentOS Cern 7 gcc4.9 root_v6.04.18.Linux-centos7-x86_64-gcc4.9.tar.gz 167M Linux fedora20 gcc4.8 root_v6.04.18.Linux-fedora20-x86_64-gcc4.8.tar.gz 144M Linux fedora21 gcc4.9 root_v6.04.18.Linux-fedora21-x86_64-gcc4.9.tar.gz 149M Scientific Linux Cern 6 gcc4.8 root_v6.04.18.Linux-slc6-x86_64-gcc4.8.tar.gz 160M Scientific Linux Cern 6 gcc4.9 root_v6.04.18.Linux-slc6-x86_64-gcc4.9.tar.gz 167M Ubuntu 14 gcc4.8 root_v6.04.18.Linux-ubuntu14-x86_64-gcc4.8.tar.gz 148M OsX 10.10 clang70 root_v6.04.18.macosx64-10.10-clang70.dmg 139M OsX 10.10 clang70 root_v6.04.18.macosx64-10.10-clang70.tar.gz 140M OsX 10.11 clang73 root_v6.04.18.macosx64-10.11-clang73.dmg 145M OsX 10.11 clang73 root_v6.04.18.macosx64-10.11-clang73.tar.gz 146M Installations in AFS and CVMFS Standalone installations with minimal external dependencies are available at: /afs/cern.ch/sw/lcg/app/releases/ROOT/6.04.18/x86_64-centos7-gcc48-opt /afs/cern.ch/sw/lcg/app/releases/ROOT/6.04.18/x86_64-centos7-gcc49-opt /afs/cern.ch/sw/lcg/app/releases/ROOT/6.04.18/x86_64-slc6-gcc48-opt /afs/cern.ch/sw/lcg/app/releases/ROOT/6.04.18/x86_64-slc6-gcc49-opt /afs/cern.ch/sw/lcg/app/releases/ROOT/6.04.18/x86_64-mac1010-clang70-opt /afs/cern.ch/sw/lcg/app/releases/ROOT/6.04.18/x86_64-mac1011-clang73-opt Example for setting up ROOT and the corresponding compiler from AFS . /afs/cern.ch/sw/lcg/external/gcc/4.9/x86_64-slc6-gcc49-opt/setup.sh . /afs/cern.ch/sw/lcg/app/releases/ROOT/6.04.18/x86_64-slc6-gcc49-opt/root/bin/thisroot.sh Git The entire ROOT source can be obtained from our public Git repository: git clone http://root.cern.ch/git/root.git The release specific tag can be obtained using: cd root git checkout -b v6-04-18 v6-04-18 Thursday, March 2, 2017 [Less]
Posted over 8 years ago by Anonymous
Highlights Bug fix release. See notes for details. Release Notes The release notes for this release can be found here. Source distribution Platform Files Size source root_v6.08.04.source.tar.gz 149M Binary ... [More] distributions Platform Files Size CentOS Cern 7 gcc4.8 root_v6.08.04.Linux-centos7-x86_64-gcc4.8.tar.gz 196M Linux fedora22 gcc5.3 root_v6.08.04.Linux-fedora22-x86_64-gcc5.3.tar.gz 185M Linux fedora24 gcc6.1 root_v6.08.04.Linux-fedora24-x86_64-gcc6.1.tar.gz 185M Ubuntu 14 gcc4.8 root_v6.08.04.Linux-ubuntu14-x86_64-gcc4.8.tar.gz 182M Ubuntu 16 gcc5.4 root_v6.08.04.Linux-ubuntu16-x86_64-gcc5.4.tar.gz 182M OsX 10.10 clang70 root_v6.08.04.macosx64-10.10-clang70.dmg 157M OsX 10.10 clang70 root_v6.08.04.macosx64-10.10-clang70.tar.gz 158M OsX 10.11 clang80 root_v6.08.04.macosx64-10.11-clang80.dmg 163M OsX 10.11 clang80 root_v6.08.04.macosx64-10.11-clang80.tar.gz 163M OsX 10.12 clang80 root_v6.08.04.macosx64-10.12-clang80.dmg 169M OsX 10.12 clang80 root_v6.08.04.macosx64-10.12-clang80.tar.gz 170M Installations in CVMFS Standalone installations with minimal external dependencies are available at: /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.04/x86_64-mac1010-clang70-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.04/x86_64-mac1011-clang73-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.04/x86_64-centos7-gcc48-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.04/x86_64-mac1012-clang80-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.08.04/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://root.cern.ch/git/root.git The release specific tag can be obtained using: cd root git checkout -b v6-08-04 v6-08-04 [Less]
Posted over 8 years ago by Anonymous
Highlights Bug fix release. See notes for details. Release Notes The release notes for this release can be found here. Source distribution Platform Files Size source root_v6.08.04.source.tar.gz 149M Binary ... [More] distributions Platform Files Size CentOS Cern 7 gcc4.8 root_v6.08.04.Linux-centos7-x86_64-gcc4.8.tar.gz 196M Linux fedora22 gcc5.3 root_v6.08.04.Linux-fedora22-x86_64-gcc5.3.tar.gz 185M Linux fedora24 gcc6.1 root_v6.08.04.Linux-fedora24-x86_64-gcc6.1.tar.gz 185M Ubuntu 14 gcc4.8 root_v6.08.04.Linux-ubuntu14-x86_64-gcc4.8.tar.gz 182M Ubuntu 16 gcc5.4 root_v6.08.04.Linux-ubuntu16-x86_64-gcc5.4.tar.gz 182M OsX 10.10 clang70 root_v6.08.04.macosx64-10.10-clang70.dmg 157M OsX 10.10 clang70 root_v6.08.04.macosx64-10.10-clang70.tar.gz 158M OsX 10.11 clang80 root_v6.08.04.macosx64-10.11-clang80.dmg 163M OsX 10.11 clang80 root_v6.08.04.macosx64-10.11-clang80.tar.gz 163M OsX 10.12 clang80 root_v6.08.04.macosx64-10.12-clang80.dmg 169M OsX 10.12 clang80 root_v6.08.04.macosx64-10.12-clang80.tar.gz 170M Installations in CVMFS Standalone installations with minimal external dependencies are available at: /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.04/x86_64-mac1010-clang70-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.04/x86_64-mac1011-clang73-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.04/x86_64-centos7-gcc48-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.04/x86_64-mac1012-clang80-opt Example for setting up ROOT from CVMFS (e.g. on lxplus7.cern.ch) . /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.04/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://root.cern.ch/git/root.git The release specific tag can be obtained using: cd root git checkout -b v6-08-04 v6-08-04 [Less]
Posted over 8 years ago by Anonymous
Highlights Bug fix release. See notes for details. Release Notes The release notes for this release can be found here. Source distribution Platform Files Size source root_v6.08.04.source.tar.gz 149M Binary ... [More] distributions Platform Files Size CentOS Cern 7 gcc4.8 root_v6.08.04.Linux-centos7-x86_64-gcc4.8.tar.gz 196M Linux fedora22 gcc5.3 root_v6.08.04.Linux-fedora22-x86_64-gcc5.3.tar.gz 185M Ubuntu 14 gcc4.8 root_v6.08.04.Linux-ubuntu14-x86_64-gcc4.8.tar.gz 182M OsX 10.10 clang70 root_v6.08.04.macosx64-10.10-clang70.dmg 157M OsX 10.10 clang70 root_v6.08.04.macosx64-10.10-clang70.tar.gz 158M OsX 10.11 clang80 root_v6.08.04.macosx64-10.11-clang80.dmg 163M OsX 10.11 clang80 root_v6.08.04.macosx64-10.11-clang80.tar.gz 163M OsX 10.12 clang80 root_v6.08.04.macosx64-10.12-clang80.dmg 169M OsX 10.12 clang80 root_v6.08.04.macosx64-10.12-clang80.tar.gz 170M Installations in CVMFS Standalone installations with minimal external dependencies are available at: /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.04/x86_64-mac1010-clang70-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.04/x86_64-mac1011-clang73-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.04/x86_64-centos7-gcc48-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.04/x86_64-mac1012-clang80-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.08.04/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://root.cern.ch/git/root.git The release specific tag can be obtained using: cd root git checkout -b v6-08-04 v6-08-04 [Less]
Posted over 8 years ago by Anonymous
Highlights Basically only bug fixes. The actual list issues solved by this release can be found in the release notes. Release Notes The release notes for this release can be found here. Source distribution Platform Files Size ... [More] source root_v6.08.02.source.tar.gz 149M Binary distributions Platform Files Size CentOS Cern 7 gcc4.8 root_v6.08.02.Linux-centos7-x86_64-gcc4.8.tar.gz 196M Linux fedora22 gcc5.3 root_v6.08.02.Linux-fedora22-x86_64-gcc5.3.tar.gz 185M Linux fedora24 gcc6.1 root_v6.08.02.Linux-fedora24-x86_64-gcc6.1.tar.gz 165M Ubuntu 14 gcc4.8 root_v6.08.02.Linux-ubuntu14-x86_64-gcc4.8.tar.gz 182M Ubuntu 16 gcc5.4 root_v6.08.02.Linux-ubuntu16-x86_64-gcc5.4.tar.gz 186M OsX 10.10 clang70 root_v6.08.02.macosx64-10.10-clang70.dmg 157M OsX 10.10 clang70 root_v6.08.02.macosx64-10.10-clang70.tar.gz 158M OsX 10.11 clang80 root_v6.08.02.macosx64-10.11-clang80.dmg 163M OsX 10.11 clang80 root_v6.08.02.macosx64-10.11-clang80.tar.gz 163M OsX 10.12 clang80 root_v6.08.02.macosx64-10.12-clang80.dmg 167M OsX 10.12 clang80 root_v6.08.02.macosx64-10.12-clang80.tar.gz 168M Installations in CVMFS Standalone installations with minimal external dependencies are available at: /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.02/x86_64-mac1011-clang73-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.02/x86_64-mac1010-clang70-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.02/x86_64-mac1012-clang80-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.02/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.08.02/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://root.cern.ch/git/root.git The release specific tag can be obtained using: cd root git checkout -b v6-08-02 v6-08-02 State:  Pro [Less]
Posted over 8 years ago by Anonymous
Highlights Basically only bug fixes. The actual list issues solved by this release can be found in the release notes. Release Notes The release notes for this release can be found here. Source distribution Platform Files Size ... [More] source root_v6.08.02.source.tar.gz 149M Binary distributions Platform Files Size CentOS Cern 7 gcc4.8 root_v6.08.02.Linux-centos7-x86_64-gcc4.8.tar.gz 196M Linux fedora22 gcc5.3 root_v6.08.02.Linux-fedora22-x86_64-gcc5.3.tar.gz 185M Linux fedora24 gcc6.1 root_v6.08.02.Linux-fedora24-x86_64-gcc6.1.tar.gz 165M Ubuntu 14 gcc4.8 root_v6.08.02.Linux-ubuntu14-x86_64-gcc4.8.tar.gz 182M Ubuntu 16 gcc5.4 root_v6.08.02.Linux-ubuntu16-x86_64-gcc5.4.tar.gz 186M OsX 10.10 clang70 root_v6.08.02.macosx64-10.10-clang70.dmg 157M OsX 10.10 clang70 root_v6.08.02.macosx64-10.10-clang70.tar.gz 158M OsX 10.11 clang80 root_v6.08.02.macosx64-10.11-clang80.dmg 163M OsX 10.11 clang80 root_v6.08.02.macosx64-10.11-clang80.tar.gz 163M OsX 10.12 clang80 root_v6.08.02.macosx64-10.12-clang80.dmg 167M OsX 10.12 clang80 root_v6.08.02.macosx64-10.12-clang80.tar.gz 168M Installations in CVMFS Standalone installations with minimal external dependencies are available at: /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.02/x86_64-mac1011-clang73-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.02/x86_64-mac1010-clang70-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.02/x86_64-mac1012-clang80-opt /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.08.02/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.08.02/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://root.cern.ch/git/root.git The release specific tag can be obtained using: cd root git checkout -b v6-08-02 v6-08-02 [Less]