SlackBuilds Repository

15.0 > Python > python3-meson-opt (1.4.0)

python3-meson-opt (meson installed to /opt)

Meson is a cross-platform build system designed to be both as fast and
as user friendly as possible. It supports many languages and
compilers, including GCC, Clang, PGI, Intel, and Visual Studio. Its
build definitions are written in a simple non-Turing complete DSL.

NOTE:
Install bin and docs to /opt/meson
Installs module to /opt/python$PYVER/site-packages

Add the following before the python3 build commands in your
Slackbuild to use this version over the stock one in 15.0. My testing
has shown the newer meson bin does not need to be added to PATH, but
YMMV:

PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages

This requires: python3-build, python3-wheel

Maintained by: fourtysixandtwo
Keywords: meson-opt,meson,opt,build-system
ChangeLog: python3-meson-opt

Homepage:
https://github.com/mesonbuild/meson

Source Downloads:
meson-1.4.0.tar.gz (a5cddd4299ead830106242c53ea7f10f)

Download SlackBuild:
python3-meson-opt.tar.gz
python3-meson-opt.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds