Skip to main content

xPack Meson Build v0.57.2-1 released

· 3 min read

Version 0.57.2-1 is a new release of the xPack Meson Build package, following the Meson release.

The xPack Meson Build is the xPack distribution of the Meson build system.

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

Raspberry Pi

The main targets for the GNU/Linux Arm binaries are the Raspberry Pi class devices (armv7l and aarch64; armv6 is not supported).

Download

The binary files are available from GitHub Releases.

Install

The full details of installing the xPack Meson Build on various platforms are presented in the Install Guide.

Compliance

The xPack Meson Build is based on the official Meson build system, without any changes.

The current version is based on:

  • Meson release 0.57.2 from Apr 10th, 2021.

Bug fixes

  • none

Enhancements

  • none

Changes

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

Embedded Python

To simplify dependency management, this release embeds a Python 3.8.6 instance.

The meson executable is a standard ELF/EXE which includes the Python run-time; the main() function prepares the Python environment and then invokes the Meson main:

  PyRun_SimpleString("from mesonbuild import mesonmain\n");
PyRun_SimpleString("sys.exit(mesonmain.main())\n");

The Python library is located in the standard location:

  • lib/python3.8
  • lib/python3.8/lib-dynload (the platform dependent files)

The Meson files are located in:

  • lib/python3.8/mesonbuild

To speed up execution, all Python files are compiled and are available only as .pyc.

Known problems

  • none

Documentation

The original documentation is available 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.

  • x86/x64 GNU/Linux: all binaries were built with GCC 9.3, running in an Ubuntu 12 Docker container
  • arm64/arm GNU/Linux: all binaries were built with GCC 9.3, running in an Ubuntu 16 Docker container (added in mid-2020)
  • x86/x64 Windows: all binaries were built with mingw-w64 GCC 9.3, running in an Ubuntu 12 Docker container
  • x64 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 range of platforms and distributions.

Tests

TBD

Checksums

The SHA-256 hashes for the files are:

971f98689950a73e936b0fc75faf26fae53a410fd39b70bc074117d54ee9b700
xpack-meson-build-0.57.2-1-darwin-x64.tar.gz

0b547ec8fe5e9fd578c47acf796e67c5ccb7a362a282563e828c6b68efd006c7
xpack-meson-build-0.57.2-1-linux-arm64.tar.gz

74d4547f48aa22cf7eb58697e547bb5ea4b1a3e51e719bfa251325c19f5ca9c6
xpack-meson-build-0.57.2-1-linux-arm.tar.gz

6a3553ff9ce1586d61bd27102b8ff2e96b39e3dc87ae48e3c64be1d81167ed81
xpack-meson-build-0.57.2-1-linux-ia32.tar.gz

b79d55446a01bfb82b06b62fb18a931af4207b7d68e0c129471e0737808d36fd
xpack-meson-build-0.57.2-1-linux-x64.tar.gz

20b76e7094cfc60667f11acdcceca8c7062018993253dbe940ded10bf1ad2266
xpack-meson-build-0.57.2-1-win32-ia32.zip

89716535219809b74bd08eae1834c1a822acaeefcc433b46f53911281922cfa5
xpack-meson-build-0.57.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.