mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: g/GSL/GSL-2.6-GCCcore-8.3.0.eb new file: g/GST-plugins-base/GST-plugins-base-1.16.2-GCCcore-8.3.0.eb new file: g/GStreamer/GStreamer-1.16.2-GCCcore-8.3.0.eb new file: n/Ninja/Ninja-1.9.0-GCCcore-8.3.0.eb new file: w/wxWidgets/wxWidgets-3.1.3-Py-3.7.eb
33 lines
685 B
Plaintext
33 lines
685 B
Plaintext
# IT4Innovations 2020
|
|
# LK
|
|
|
|
easyblock = 'CmdCp'
|
|
|
|
name = 'Ninja'
|
|
version = '1.9.0'
|
|
|
|
homepage = 'https://ninja-build.org/'
|
|
description = "Ninja is a small build system with a focus on speed."
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '8.3.0'}
|
|
|
|
source_urls = ['https://github.com/ninja-build/ninja/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
checksums = ['5d7ec75828f8d3fd1a0c2f31b5b0cea780cdfe1031359228c428c1a48bfcd5b9']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.32'),
|
|
('Py', '3.7', '', True),
|
|
]
|
|
|
|
cmds_map = [('.*', "./configure.py --bootstrap")]
|
|
|
|
files_to_copy = [(['ninja'], 'bin')]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/ninja'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'tools'
|