easyconfigs-it4i/n/Ninja/Ninja-1.9.0-GCCcore-8.3.0.eb
Lukáš Krupčík 29e6f71402 new file: g/GLib/GLib-2.64.0-GCCcore-8.3.0.eb
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
2020-06-25 13:03:12 +02:00

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'