mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: l/libevent/libevent-2.1.12-GCCcore-14.2.0.eb new file: l/libfabric/libfabric-1.16.1-GCCcore-14.2.0.eb new file: l/libffi/libffi-3.4.5-GCCcore-14.2.0.eb new file: l/libpciaccess/libpciaccess-0.18.1-GCCcore-14.2.0.eb new file: l/libreadline/libreadline-8.2-GCCcore-13.3.0.eb new file: l/libreadline/libreadline-8.2-GCCcore-14.2.0.eb new file: l/libtool/libtool-2.4.7-GCCcore-14.2.0.eb new file: l/libxml2/libxml2-2.12.7-GCCcore-14.2.0.eb new file: m/Meson/Meson-1.4.0-GCCcore-14.2.0.eb new file: n/Ninja/Ninja-1.12.1-GCCcore-14.2.0.eb modified: o/OpenMPI/OpenMPI-5.0.5-GCC-14.2.0.eb new file: p/PMIx/PMIx-5.0.2-GCCcore-14.2.0.eb new file: p/Python/Python-3.12.3-GCCcore-14.2.0.eb new file: s/SQLite/SQLite-3.45.3-GCCcore-14.2.0.eb new file: t/Tcl/Tcl-8.6.14-GCCcore-14.2.0.eb new file: u/UCC/UCC-1.3.0-GCCcore-14.2.0.eb new file: u/UCX/UCX-1.16.0-GCCcore-14.2.0.eb new file: u/UnZip/UnZip-6.0-GCCcore-14.2.0.eb new file: x/xorg-macros/xorg-macros-1.20.1-GCCcore-14.2.0.eb
40 lines
850 B
Plaintext
40 lines
850 B
Plaintext
# IT4Innovations
|
|
# LK 2024
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'Meson'
|
|
version = '1.4.0'
|
|
|
|
homepage = 'https://mesonbuild.com'
|
|
description = "Meson is a cross-platform build system designed to be both as fast and as user friendly as possible."
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['8fd6630c25c27f1489a8a0392b311a60481a3c161aa699b330e25935b750138d']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.42'),
|
|
]
|
|
|
|
dependencies = [
|
|
('Python', '3.12.3'), # includes required 'wheel' package
|
|
('Ninja', '1.12.1'),
|
|
]
|
|
|
|
download_dep_fail = True
|
|
use_pip = True
|
|
sanity_pip_check = True
|
|
|
|
options = {'modulename': 'mesonbuild'}
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/meson'],
|
|
'dirs': ['lib/python%(pyshortver)s/site-packages'],
|
|
}
|
|
|
|
sanity_check_commands = ["meson --help"]
|
|
|
|
moduleclass = 'tools'
|