Skip to content
Snippets Groups Projects
Commit a4c82f55 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

To add Ninja

parent afc79d72
Branches
No related tags found
No related merge requests found
easyblock = 'CmdCp'
name = 'Ninja'
version = '1.10.2'
homepage = 'https://ninja-build.org/'
description = "Ninja is a small build system with a focus on speed."
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
source_urls = ['https://github.com/ninja-build/ninja/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed']
builddependencies = [
('binutils', '2.38'),
('Python', '3.10.4'),
]
cmds_map = [('.*', "./configure.py --bootstrap")]
files_to_copy = [(['ninja'], 'bin')]
sanity_check_paths = {
'files': ['bin/ninja'],
'dirs': [],
}
sanity_check_commands = ["ninja --version"]
moduleclass = 'tools'
......@@ -96,7 +96,6 @@ releases = {
'Meson': ['0.55.0', '0.58.2'],
'MPFR': ['4.1.0', '4.1.0'],
'NASM': ['2.15.03', '2.15.05'],
'Ninja': ['1.10.0', '1.10.2'],
'NSS': ['3.51', '3.69'],
'netCDF': ['4.7.4', '4.8.1'],
'numactl': ['2.0.14', '2.0.15'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment