Skip to content

Commit a7b17c2

Browse files
committed
Add 6.34.10 release
1 parent 4942ddd commit a7b17c2

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

_releases/release-63410.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
---
2+
layout: releases
3+
version: 6.34.10
4+
release_date: 2025-06-27
5+
state:
6+
7+
toc: true
8+
toc_sticky: true
9+
sidebar:
10+
nav: "releases"
11+
---
12+
13+
14+
## Release Notes
15+
16+
The release notes for this release can be found [here](https://root.cern/doc/v634/release-notes.html#release-6.34.10).
17+
18+
## Binary distributions
19+
20+
Instead of manually downloading this binary, please explore first whether your [package manager](../../install/#install-via-a-package-manager){:target="\_blank"} already provides this version.
21+
This way, you will automatically keep up-to-date with the latest stable versions with no manual maintenance on your side.
22+
23+
| Platform | Files | Size |
24+
|-----------|-------|-----|
25+
| Almalinux 8.10 | [root_v6.34.10.Linux-almalinux8.10-x86_64-gcc8.5.tar.gz](https://root.cern/download/root_v6.34.10.Linux-almalinux8.10-x86_64-gcc8.5.tar.gz) | 280M |
26+
| Almalinux 9.6 | [root_v6.34.10.Linux-almalinux9.6-x86_64-gcc11.5.tar.gz](https://root.cern/download/root_v6.34.10.Linux-almalinux9.6-x86_64-gcc11.5.tar.gz) | 299M |
27+
| Almalinux 10.0 | [root_v6.34.10.Linux-almalinux10.0-x86_64-gcc14.2.tar.gz](https://root.cern/download/root_v6.34.10.Linux-almalinux10.0-x86_64-gcc14.2.tar.gz) | 309M |
28+
| Debian 12 | [root_v6.34.10.Linux-debian12-x86_64-gcc12.2.tar.gz](https://root.cern/download/root_v6.34.10.Linux-debian12-x86_64-gcc12.2.tar.gz) | 286M |
29+
| Fedora 41 | [root_v6.34.10.Linux-fedora41-x86_64-gcc14.3.tar.gz](https://root.cern/download/root_v6.34.10.Linux-fedora41-x86_64-gcc14.3.tar.gz) | 296M |
30+
| Ubuntu 22.04 | [root_v6.34.10.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz](https://root.cern/download/root_v6.34.10.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz) | 289M |
31+
| Ubuntu 24.04 | [root_v6.34.10.Linux-ubuntu24.04-x86_64-gcc13.3.tar.gz](https://root.cern/download/root_v6.34.10.Linux-ubuntu24.04-x86_64-gcc13.3.tar.gz) | 287M |
32+
| macOS 15.5 arm64 Xcode 17 | [root_v6.34.10.macos-15.5-arm64-clang170.pkg](https://root.cern/download/root_v6.34.10.macos-15.5-arm64-clang170.pkg) | 443M |
33+
| macOS 15.5 arm64 Xcode 17 | [root_v6.34.10.macos-15.5-arm64-clang170.tar.gz](https://root.cern/download/root_v6.34.10.macos-15.5-arm64-clang170.tar.gz) | 293M |
34+
35+
## Source distribution
36+
37+
| Platform | Files | Size |
38+
|-----------|-------|-----|
39+
| source | [root_v6.34.10.source.tar.gz](https://root.cern/download/root_v6.34.10.source.tar.gz) | 190M |
40+
41+
42+
## Installations in CVMFS
43+
44+
Standalone installations with minimal external dependencies are available at:
45+
~~~
46+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.34.10/arm64-mac155-clang170-opt
47+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.34.10/x86_64-almalinux10.0-gcc142-opt
48+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.34.10/x86_64-almalinux8.10-gcc85-opt
49+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.34.10/x86_64-almalinux9.6-gcc115-opt
50+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.34.10/x86_64-debian12-gcc122-opt
51+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.34.10/x86_64-fedora41-gcc143-opt
52+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.34.10/x86_64-ubuntu22.04-gcc114-opt
53+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.34.10/x86_64-ubuntu24.04-gcc133-opt
54+
~~~
55+
56+
57+
## Git
58+
59+
The entire ROOT source can be obtained from our public Git repository:
60+
61+
~~~
62+
git clone https://github.com/root-project/root.git
63+
~~~
64+
The release specific tag can be obtained using:
65+
~~~
66+
cd root
67+
git checkout -b v6-34-10 v6-34-10
68+
~~~
69+
70+
See [instructions to build from source](../../install/#build-from-source){:target="\_blank"}.
71+
72+
## Windows
73+
74+
Windows 10/7/... are supported. We offer two packaging types:
75+
76+
* **exe**: a regular Windows installer package also setting up the required environment variables. With uninstall via "Control Panel" / "Add or Remove Programs". Simply download and start. You can double-click ROOT to run it; ROOT files get registered with Windows.
77+
* **tar**: unpack e.g. with [7zip](https://www.7-zip.org). Start ROOT in a Microsoft Visual Studio Prompt (in Start / Programs / Microsoft Visual Studio / Tools). If you installed ROOT to `C:\root` then call `C:\root\bin\thisroot.bat` before using ROOT to set up required environment variables. Call instead `thisroot.ps1` if you run from a `powershell` (the default terminal in Visual Studio Code).
78+
79+
### Important installation notes
80+
81+
* You must download the binary built with the exact same version of Visual Studio (and Python) than the one installed on your system.
82+
* Don't forget to select the component “Desktop development with C++" when running the Visual Studio Installer.
83+
* Do not untar in a directory with a name containing blank characters.
84+
* Take the release version if performance matters.
85+
* If you want to debug your code you need the ROOT debug build (you cannot mix release / debug builds due to a Microsoft restriction).
86+

0 commit comments

Comments
 (0)