From 931266f6887e793ebe6ada0f1de5e3cd0d1c9034 Mon Sep 17 00:00:00 2001 From: Sebastian Achilles <s.achilles@fz-juelich.de> Date: Wed, 9 Nov 2022 18:36:09 +0100 Subject: [PATCH] adding easyconfigs: makeinfo-6.8-GCCcore-11.3.0.eb --- .../m/makeinfo/makeinfo-6.8-GCCcore-11.3.0.eb | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Golden_Repo/m/makeinfo/makeinfo-6.8-GCCcore-11.3.0.eb diff --git a/Golden_Repo/m/makeinfo/makeinfo-6.8-GCCcore-11.3.0.eb b/Golden_Repo/m/makeinfo/makeinfo-6.8-GCCcore-11.3.0.eb new file mode 100644 index 000000000..0e5c61d4a --- /dev/null +++ b/Golden_Repo/m/makeinfo/makeinfo-6.8-GCCcore-11.3.0.eb @@ -0,0 +1,25 @@ +easyblock = 'ConfigureMake' + +name = 'makeinfo' +version = '6.8' + +homepage = 'https://www.gnu.org/software/texinfo/' +description = """makeinfo is part of the Texinfo project, the official documentation format of the GNU project.""" + +toolchain = {'name': 'GCCcore', 'version': '11.3.0'} + +source_urls = ['https://ftpmirror.gnu.org/gnu/texinfo'] +sources = ['texinfo-%(version)s.tar.xz'] +checksums = ['8eb753ed28bca21f8f56c1a180362aed789229bd62fff58bf8368e9beb59fec4'] + +builddependencies = [('binutils', '2.38')] +dependencies = [('Perl', '5.34.1')] + +sanity_check_paths = { + 'files': ['bin/makeinfo'], + 'dirs': ['share'], +} + +sanity_check_commands = ["makeinfo --help"] + +moduleclass = 'devel' -- GitLab