From 969f4adfb39240944d462a3105a7f061e3da8734 Mon Sep 17 00:00:00 2001 From: Lukas Krupcik Date: Wed, 26 Mar 2025 07:38:24 +0100 Subject: [PATCH] new file: h/HyperQueue/HyperQueue-0.22.0-rc1.eb --- h/HyperQueue/HyperQueue-0.22.0-rc1.eb | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 h/HyperQueue/HyperQueue-0.22.0-rc1.eb diff --git a/h/HyperQueue/HyperQueue-0.22.0-rc1.eb b/h/HyperQueue/HyperQueue-0.22.0-rc1.eb new file mode 100644 index 00000000..52b3bb18 --- /dev/null +++ b/h/HyperQueue/HyperQueue-0.22.0-rc1.eb @@ -0,0 +1,28 @@ +# IT4Innovations +# LK 2025 + +easyblock = 'PackedBinary' + +name = 'HyperQueue' +version = '0.22.0-rc1' + +homepage = 'https://it4innovations.github.io/hyperqueue/' +description = """HyperQueue lets you build a computation plan consisting of a large amount of tasks + and then execute it transparently over a system like SLURM/PBS. It dynamically groups jobs into SLURM/PBS jobs + and distributes them to fully utilize allocated notes. + You thus do not have to manually aggregate your tasks into SLURM/PBS jobs.""" + +toolchain = SYSTEM + +source_urls = ['https://github.com/It4innovations/hyperqueue/releases/download/v%(version)s/'] +sources = ['hq-v%(version)s-linux-x64.tar.gz'] +checksums = ['dd685066a13592abc8142e71451c1d39d6603c304a755a6c595507f7f36ff606'] + +sanity_check_paths = { + 'files': ['hq'], + 'dirs': [], +} + +sanity_check_commands = ['hq --version'] + +moduleclass = 'devel'