Version 3.19.2-1 is a new release of the xPack CMake package, following the CMake release.

The xPack CMake is the xPack distribution of the CMake build system.

There are separate binaries for Windows (Intel 32/64-bit), macOS (Intel 64-bit) and GNU/Linux (Intel 32/64-bit, Arm 32/64-bit).

Download

The binary files are available from GitHub releases.

Install

The full details of installing the xPack CMake on various platforms are presented in the separate Install page.

Easy install

The easiest way to install CMake is with xpm by using the binary xPack, available as @xpack-dev-tools/cmake from the npmjs.com registry.

To install the latest version available, use:

xpm install --global @xpack-dev-tools/cmake@latest --verbose

To install this specific version, use:

xpm install --global @xpack-dev-tools/cmake@3.19.2-1.1

Compliance

The xPack CMake is based on the official CMake, without any changes.

The current version is based on:

  • CMake release 3.19.2 from Dec 16th, 2020.

Changes

Compared to the upstream version, there are no functional changes.

Bug fixes

  • none

Enhancements

  • none

Known problems

  • none

Shared libraries

On all platforms the packages are standalone, and expect only the standard runtime to be present on the host.

All dependencies that are build as shared libraries are copied locally in the same folder as the executable.

DT_RPATH and LD_LIBRARY_PATH

On GNU/Linux the binaries are adjusted to use a relative path:

$ readelf -d library.so | grep runpath
 0x000000000000001d (RPATH)            Library rpath: [$ORIGIN]

In the GNU ld.so search strategy, the DT_RPATH has the highest priority, higher than LD_LIBRARY_PATH, so if this later one is set in the environment, it should not interfere with the xPack binaries.

@executable_path

Similarly, on macOS, the binaries are adjusted with otool to use a relative path.

Documentation

The current version specific CMake documentation is available in each packet:

  • doc/cmake-X.Y/html/index.html

and online from:

Supported platforms

Binaries for Windows, macOS and GNU/Linux are provided.

The binaries 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.

  • Intel GNU/Linux: all binaries were built with GCC 9.3, running in an Ubuntu 12 Docker container
  • Arm GNU/Linux: all binaries were built with GCC 9.3, running in an Ubuntu 16 Docker container (added in mid-2020)
  • Windows: all binaries were built with mingw-w64 GCC 9.3, running in an Ubuntu 12 Docker container
  • macOS: all binaries were built with GCC 9.3, running in a separate folder on macOS 10.10.5.

Build

The scripts used to build this distribution are in:

  • distro-info/scripts

For the prerequisites and more details on the build procedure, please see the README-MAINTAINER page.

Travis tests

The first set of tests were performed on Travis, by running a simple script to check if the binaries start on a wide range of platforms and distributions:

Tests

TBD

Checksums

The SHA-256 hashes for the files are:

75e5e3b46719f896dfbc19f65366b005957116410dd9c4d8f2b1696d43153bd7
xpack-cmake-3.19.2-1-darwin-x64.tar.gz

4eb8a52d2d210a21e9af92490970692bbf7dc7e17f5ba65d11c028cc03f74bde
xpack-cmake-3.19.2-1-linux-arm64.tar.gz

dc1b249b07430df69bb9df3950af4ca06c6507ae1aca5173edc76c20fed9ffdd
xpack-cmake-3.19.2-1-linux-arm.tar.gz

8ddcbc50821d8e463636069f96c708aed170b1f000df480fbcc2bccc13f0c2f3
xpack-cmake-3.19.2-1-linux-ia32.tar.gz

09ece2eafb322c2d0cd563986cd0571dcc4047b4064100ec2ad29774a3f74266
xpack-cmake-3.19.2-1-linux-x64.tar.gz

0cff168f1bcef68827c3927b3abe700d9db0359a30c4f4ae3249fc6cb067c18e
xpack-cmake-3.19.2-1-win32-ia32.zip

57ad78ab9e3b2e0ce5e1c8e91b1b39ba864defc5f8586e4dd8ae0ba949329315
xpack-cmake-3.19.2-1-win32-x64.zip

Download analytics

Credit to Shields IO for the badges and to Somsubhra/github-release-stats for the individual file counters.