From c2fec8f372010261323a1f5a0ed141058dc00bad Mon Sep 17 00:00:00 2001 From: Anke Kreuzer <zitz1@jwlogin02.juwels> Date: Sat, 7 Jan 2023 11:46:32 +0100 Subject: [PATCH] Added APR to 2023 --- Golden_Repo/a/APR/APR-1.7.0-GCCcore-11.3.0.eb | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Golden_Repo/a/APR/APR-1.7.0-GCCcore-11.3.0.eb 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 000000000..200453bcb --- /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' -- GitLab