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

new file: b/Boost/Boost-1.70.0-gompi-2019a.eb modified: m/Mesa/Mesa-19.0.1-gompi-2019b.eb new file: m/Meson/Meson-0.50.0-Py-3.7.eb new file: o/OpenEXR/OpenEXR-2.3.0-gompi-2019a.eb new file: o/OpenImageIO/OpenImageIO-2.0.12-gompi-2019a.eb deleted: b/Blender/Blender-2.81-gompi-2019b-Py-3.7.eb
32 lines
723 B
Plaintext
32 lines
723 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': '3.7'}
|
|
|
|
source_urls = [PYPI_LOWER_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['13e034b8e74fd39cb4a833915343bcb291b0337374d0537b76922605dad28648']
|
|
|
|
dependencies = [
|
|
('Ninja', '1.9.0', '', ('GCCcore', '8.3.0')),
|
|
]
|
|
|
|
download_dep_fail = True
|
|
use_pip = True
|
|
|
|
options = {'modulename': 'mesonbuild'}
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/meson'],
|
|
'dirs': ['lib/python%(local_pyshortver)s/site-packages'],
|
|
}
|
|
|
|
moduleclass = 'tools'
|