xPack xPack CMake v3.30.9-1 released
Version 3.30.9-1 is a new release; it follows the upstream release.
The xPack CMake is a standalone cross-platform binary distribution of CMake.
There are separate binaries for Windows (x64), macOS (x64 and arm64) and GNU/Linux (x64 and arm64).
The main targets for the GNU/Linux Arm binaries are the Raspberry Pi class devices (aarch64; armv6 and armv7l are not supported).
Download
The binary files are available from GitHub Releases.
Prerequisites
- x64 Windows: Windows 7 with the Universal C Runtime (UCRT), Windows 8, Windows 10, Windows 11
- x64 macOS: 11.0 or later
- arm64 macOS: 11.0 or later
- x64 GNU/Linux: any system with GLIBC 2.28 or higher (like Ubuntu 20 or later, Debian 10 or later, RedHat 8 or later, Fedora 29 or later, etc)
- arm64 GNU/Linux: any system with GLIBC 2.28 or higher (like Raspberry Pi OS, Ubuntu 20 or later, Debian 10 or later, RedHat 8 or later, Fedora 29 or later, etc)
Install
The easiest way to install this specific version, is by using xpm:
xpm install @xpack-dev-tools/cmake@3.30.9-1.1 -verbose
Comprehensive instructions for installing xPack xPack CMake on different platforms can be found in the Install Guide.
Compliance
The xPack CMake is based on the official CMake, with no changes.
The current version is based on:
- CMake release 3.30.9 from 11 Jan 2025.
Changes
- none
Starting with mid-2024 (v3.28.6-1), the patch to spawn processes on Windows via cmd.exe /c
was no longer applied. The direct consequence is applications started via .cmd
shim need to declare the .cmd
extension explicitly (like ninja.cmd
).
Bug fixes
- none
Enhancements
- none
Known problems
- none
Documentation
The current CMake documentation is available online from:
Build
The binaries for all supported platforms (Windows, macOS and GNU/Linux) were built using the xPack Build Box (XBB), a set of build environments based on slightly older distributions, that should be compatible with most recent systems.
For the prerequisites and more details on the build procedure, please see the Maintainer Info page.
CI tests
Before publishing, a set of simple tests were performed on an exhaustive set of platforms. The results are available from:
Tests
TBD
Checksums
The SHA-256 hashes for the files are:
054224bf2ac8de584f947ce1883a0c95289dfc1814d4ed6ccfe587b5232afeab
xpack-cmake-3.30.9-1-darwin-arm64.tar.gz
3799db6e050d2fe0c625e122d5474a8c59f332f2cab9514c88449f05270e084b
xpack-cmake-3.30.9-1-darwin-x64.tar.gz
f5c0db2f00aa441e42d38f110db914f7268c8d4eaa0fc7ec90c0321d14ddb747
xpack-cmake-3.30.9-1-linux-arm64.tar.gz
d0f1edce9574343a97e176177624f5c51a01f5a9cde5fa994983d6093b1214fb
xpack-cmake-3.30.9-1-linux-x64.tar.gz
f4f799cb00f2073f421d84d5dec7f888d23bbc468233a4f67bc760fefc3c3e6d
xpack-cmake-3.30.9-1-win32-x64.zip
Deprecation notices
GNU/Linux minimum requirements
The minimum requirement is GLIBC 2.28, available starting with Ubuntu 20, Debian 10 and RedHat 8. Support for RedHat 7 was dropped in 2022. Support for Ubuntu 18 was dropped in 2025.
32-bit support
Support for 32-bit x64 GNU/Linux and x64 Windows was dropped in 2022 and for 32-bit Arm GNU/Linux in 2025.
Pre-deprecation notice for x64 macOS
Apple has discontinued support for the x64 (Intel) architecture. GitHub will no longer support this architecture on macOS after the macOS 15 runner image is retired in November 2027; building and testing x64 macOS binaries will become more difficult, requiring a self-hosted runner, and cannot be guaranteed in the long term.
You should begin migrating your projects to arm64-based (Apple Silicon) binaries to prepare for this possible deprecation.
Analytics
- GitHub xpack-dev-tools/cmake-xpack
- this release
- all xPack releases
- individual file counters (grouped by release)
- this release
- npmjs.com @xpack-dev-tools/cmake
Credit to Shields IO for the badges and to Somsubhra/github-release-stats for the individual file counters.