mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 03:11:22 +01:00

new file: a/at-spi2-atk/at-spi2-atk-2.32.0-GCCcore-6.3.0.eb new file: g/GTK+/GTK+-2.24.32-GCCcore-6.3.0.eb new file: g/Gdk-Pixbuf/Gdk-Pixbuf-2.36.8.eb new file: l/libGLU/libGLU-9.0.0-GCCcore-8.2.0.eb new file: m/Mesa/Mesa-19.0.1-GCCcore-8.2.0.eb new file: m/Meson/Meson-0.50.0-Py-2.7.eb new file: n/Ninja/Ninja-1.9.0-GCCcore-6.3.0.eb new file: p/pathlib2/pathlib2-2.3.4-Py-2.7.eb new file: s/scandir/scandir-1.10.0-Py-2.7.eb new file: w/wxPython/wxPython-3.0.2.0-Py-2.7.eb deleted: g/Gdk-Pixbuf/Gdk-Pixbuf-2.38.1.eb
32 lines
717 B
Plaintext
32 lines
717 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'Meson'
|
|
version = '0.50.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': 'Py', 'version': '2.7'}
|
|
|
|
source_urls = [PYPI_LOWER_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['13e034b8e74fd39cb4a833915343bcb291b0337374d0537b76922605dad28648']
|
|
|
|
dependencies = [
|
|
('Ninja', '1.9.0', '', ('GCCcore', '6.3.0')),
|
|
]
|
|
|
|
download_dep_fail = True
|
|
use_pip = True
|
|
|
|
options = {'modulename': 'mesonbuild'}
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/meson'],
|
|
'dirs': ['lib/python%(pyshortver)s/site-packages'],
|
|
}
|
|
|
|
moduleclass = 'tools'
|