Release 5.32/03 - 2012-05-09

Release Notes

The release notes for this release can be found here

Source distribution

Platform Files Size
source root_v5.32.03.source.tar.gz 53M

Binary distributions

Platform Files Size
Linux slc5 gcc4.3 root_v5.32.03.Linux-slc5-gcc4.3.tar.gz 47M
Linux slc5_amd64 gcc4.3 root_v5.32.03.Linux-slc5_amd64-gcc4.3.tar.gz 48M
OsX 10.7 i386 root_v5.32.03.macosx64-10.7-i386.tar.gz 45M
macosx106 i386 gcc 4.2 root_v5.32.03.macosx106-i386-gcc-4.2.tar.gz 42M
macosx106 gcc 4.2 root_v5.32.03.macosx106-x86_64-gcc-4.2.tar.gz 43M
Windows Visual Studio 10 (dbg) root_v5.32.03.win32.vc10.debug.tar.gz 148M
Windows Visual Studio 10 root_v5.32.03.win32.vc10.tar.gz 58M
Windows Visual Studio 90 (dbg) root_v5.32.03.win32.vc90.debug.tar.gz 144M
Windows Visual Studio 90 root_v5.32.03.win32.vc90.tar.gz 56M

Installations in AFS and CVMFS

Standalone installations with minimal external dependencies are available at:

/afs/cern.ch/sw/lcg/app/releases/ROOT/5.32.03/x86_64-slc5-icc11-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.32.03/i686-slc5-gcc43-dbg
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.32.03/x86_64-mac106-gcc42-dbg
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.32.03/x86_64-slc5-gcc43-dbg
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.32.03/x86_64-mac106-gcc42-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.32.03/x86_64-slc5-gcc43-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.32.03/i686-slc5-gcc43-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.32.03/x86_64-slc5-icc11-dbg
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.32.03/x86_64-slc6-gcc46-dbg
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.32.03/x86_64-slc6-gcc46-opt

AFS

Versions for many different platforms and compilers are available at: /afs/cern.ch/sw/lcg/app/releases/ROOT/5.32.03

To use ROOT directly from AFS:

. /afs/cern.ch/sw/lcg/external/gcc/4.6/x86_64-slc6-gcc46-opt/setup.sh
. /afs/cern.ch/sw/lcg/app/releases/ROOT/5.32.03/x86_64-slc6-gcc46-opt/root/bin/thisroot.sh

Direct Git repository access

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

git clone http://root.cern/git/root.git

The release specific tag can be obtained using:

cd root
git tag -l
git checkout -b v5-32-03 v5-32-03