diff --git a/Golden_Repo/n/Ninja/Ninja-1.10.2-GCCcore-11.3.0.eb b/Golden_Repo/n/Ninja/Ninja-1.10.2-GCCcore-11.3.0.eb new file mode 100644 index 0000000000000000000000000000000000000000..0118718b1e5e47e5f41ab292eb8f0d1085ac1db1 --- /dev/null +++ b/Golden_Repo/n/Ninja/Ninja-1.10.2-GCCcore-11.3.0.eb @@ -0,0 +1,31 @@ +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' diff --git a/bin/gcc11ize.py b/bin/gcc11ize.py index 596355f85d763dfeb2930a56eb268ca67dc9edc2..9660f42475776ca14209877cb87e9dfde48ce5a8 100755 --- a/bin/gcc11ize.py +++ b/bin/gcc11ize.py @@ -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'],