diff --git a/Golden_Repo/a/APR/APR-1.7.0-GCCcore-11.3.0.eb b/Golden_Repo/a/APR/APR-1.7.0-GCCcore-11.3.0.eb new file mode 100644 index 0000000000000000000000000000000000000000..200453bcb549b9988c4e81bb1f36149db64cd727 --- /dev/null +++ b/Golden_Repo/a/APR/APR-1.7.0-GCCcore-11.3.0.eb @@ -0,0 +1,22 @@ +easyblock = 'ConfigureMake' + +name = 'APR' +version = '1.7.0' + +homepage = 'https://apr.apache.org/' +description = "Apache Portable Runtime (APR) libraries." + +toolchain = {'name': 'GCCcore', 'version': '11.3.0'} + +source_urls = ['https://archive.apache.org/dist/apr/'] +sources = [SOURCELOWER_TAR_GZ] +checksums = ['48e9dbf45ae3fdc7b491259ffb6ccf7d63049ffacbc1c0977cced095e4c2d5a2'] + +builddependencies = [('binutils', '2.38')] + +sanity_check_paths = { + 'files': ["bin/apr-1-config", "lib/libapr-1.%s" % SHLIB_EXT, "lib/libapr-1.a"], + 'dirs': ["include/apr-1"], +} + +moduleclass = 'tools'