Skip to content

Commit 12b1c8a

Browse files
committed
Add releases 6.30.12 and 6.32.24
1 parent 48526fe commit 12b1c8a

2 files changed

Lines changed: 161 additions & 0 deletions

File tree

_releases/release-63012.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
layout: releases
3+
version: 6.30.12
4+
release_date: 2026-06-18
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/v630/release-notes.html#release-6.30.12).
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.30.12.Linux-almalinux8.10-x86_64-gcc8.5.tar.gz](https://root.cern/download/root_v6.30.12.Linux-almalinux8.10-x86_64-gcc8.5.tar.gz) | 265M |
26+
| Almalinux 9.8 | [root_v6.30.12.Linux-almalinux9.8-x86_64-gcc11.5.tar.gz](https://root.cern/download/root_v6.30.12.Linux-almalinux9.8-x86_64-gcc11.5.tar.gz) | 283M |
27+
| Almalinux 10.2 | [root_v6.30.12.Linux-almalinux10.2-x86_64-gcc14.3.tar.gz](https://root.cern/download/root_v6.30.12.Linux-almalinux10.2-x86_64-gcc14.3.tar.gz) | 290M |
28+
| Ubuntu 22.04 | [root_v6.30.12.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz](https://root.cern/download/root_v6.30.12.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz) | 281M |
29+
| Ubuntu 24.04 | [root_v6.30.12.Linux-ubuntu24.04-x86_64-gcc13.3.tar.gz](https://root.cern/download/root_v6.30.12.Linux-ubuntu24.04-x86_64-gcc13.3.tar.gz) | 280M |
30+
31+
## Source distribution
32+
33+
| Platform | Files | Size |
34+
|-----------|-------|-----|
35+
| source | [root_v6.30.12.source.tar.gz](https://root.cern/download/root_v6.30.12.source.tar.gz) | 176M |
36+
37+
38+
## Installations in CVMFS
39+
40+
Standalone installations with minimal external dependencies are available at:
41+
~~~
42+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.30.12/x86_64-almalinux10.2-gcc143-opt
43+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.30.12/x86_64-almalinux8.10-gcc85-opt
44+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.30.12/x86_64-almalinux9.8-gcc115-opt
45+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.30.12/x86_64-ubuntu22.04-gcc114-opt
46+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.30.12/x86_64-ubuntu24.04-gcc133-opt
47+
~~~
48+
49+
50+
## Git
51+
52+
The entire ROOT source can be obtained from our public Git repository:
53+
54+
~~~
55+
git clone https://github.com/root-project/root.git
56+
~~~
57+
The release specific tag can be obtained using:
58+
~~~
59+
cd root
60+
git checkout -b v6-30-12 v6-30-12
61+
~~~
62+
63+
See [instructions to build from source](../../install/#build-from-source){:target="\_blank"}.
64+
65+
## Windows
66+
67+
Windows 10/7/... are supported. We offer two packaging types:
68+
69+
* **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.
70+
* **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).
71+
72+
### Important installation notes
73+
74+
* You must download the binary built with the exact same version of Visual Studio (and Python) than the one installed on your system.
75+
* Don't forget to select the component “Desktop development with C++" when running the Visual Studio Installer.
76+
* Do not untar in a directory with a name containing blank characters.
77+
* Take the release version if performance matters.
78+
* If you want to debug your code you need the ROOT debug build (you cannot mix release / debug builds due to a Microsoft restriction).
79+

_releases/release-63224.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
layout: releases
3+
version: 6.32.24
4+
release_date: 2026-06-18
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/v632/release-notes.html#release-6.32.24).
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.32.24.Linux-almalinux8.10-x86_64-gcc8.5.tar.gz](https://root.cern/download/root_v6.32.24.Linux-almalinux8.10-x86_64-gcc8.5.tar.gz) | 282M |
26+
| Almalinux 9.8 | [root_v6.32.24.Linux-almalinux9.8-x86_64-gcc11.5.tar.gz](https://root.cern/download/root_v6.32.24.Linux-almalinux9.8-x86_64-gcc11.5.tar.gz) | 300M |
27+
| Almalinux 10.2 | [root_v6.32.24.Linux-almalinux10.2-x86_64-gcc14.3.tar.gz](https://root.cern/download/root_v6.32.24.Linux-almalinux10.2-x86_64-gcc14.3.tar.gz) | 308M |
28+
| Ubuntu 22.04 | [root_v6.32.24.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz](https://root.cern/download/root_v6.32.24.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz) | 288M |
29+
| Ubuntu 24.04 | [root_v6.32.24.Linux-ubuntu24.04-x86_64-gcc13.3.tar.gz](https://root.cern/download/root_v6.32.24.Linux-ubuntu24.04-x86_64-gcc13.3.tar.gz) | 286M |
30+
| macOS 15.7 arm64 Xcode 17 | [root_v6.32.24.macos-15.7-arm64-clang170.pkg](https://root.cern/download/root_v6.32.24.macos-15.7-arm64-clang170.pkg) | 431M |
31+
| macOS 15.7 arm64 Xcode 17 | [root_v6.32.24.macos-15.7-arm64-clang170.tar.gz](https://root.cern/download/root_v6.32.24.macos-15.7-arm64-clang170.tar.gz) | 286M |
32+
33+
## Source distribution
34+
35+
| Platform | Files | Size |
36+
|-----------|-------|-----|
37+
| source | [root_v6.32.24.source.tar.gz](https://root.cern/download/root_v6.32.24.source.tar.gz) | 186M |
38+
39+
40+
## Installations in CVMFS
41+
42+
Standalone installations with minimal external dependencies are available at:
43+
~~~
44+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.32.24/arm64-mac157-clang170-opt
45+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.32.24/x86_64-almalinux10.2-gcc143-opt
46+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.32.24/x86_64-almalinux8.10-gcc85-opt
47+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.32.24/x86_64-almalinux9.8-gcc115-opt
48+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.32.24/x86_64-ubuntu22.04-gcc114-opt
49+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.32.24/x86_64-ubuntu24.04-gcc133-opt
50+
~~~
51+
52+
53+
## Git
54+
55+
The entire ROOT source can be obtained from our public Git repository:
56+
57+
~~~
58+
git clone https://github.com/root-project/root.git
59+
~~~
60+
The release specific tag can be obtained using:
61+
~~~
62+
cd root
63+
git checkout -b v6-32-24 v6-32-24
64+
~~~
65+
66+
See [instructions to build from source](../../install/#build-from-source){:target="\_blank"}.
67+
68+
## Windows
69+
70+
Windows 10/7/... are supported. We offer two packaging types:
71+
72+
* **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.
73+
* **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).
74+
75+
### Important installation notes
76+
77+
* You must download the binary built with the exact same version of Visual Studio (and Python) than the one installed on your system.
78+
* Don't forget to select the component “Desktop development with C++" when running the Visual Studio Installer.
79+
* Do not untar in a directory with a name containing blank characters.
80+
* Take the release version if performance matters.
81+
* If you want to debug your code you need the ROOT debug build (you cannot mix release / debug builds due to a Microsoft restriction).
82+

0 commit comments

Comments
 (0)