From 700f934554f6bdd8c9505445c4a7c4fb86950762 Mon Sep 17 00:00:00 2001 From: Marios Asiminakis <marios4@ics.forth.gr> Date: Tue, 19 Dec 2023 16:55:56 +0200 Subject: [PATCH] Added arax --- Golden_Repo/a/arax/arax-0.1-foss-2022a.eb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Golden_Repo/a/arax/arax-0.1-foss-2022a.eb diff --git a/Golden_Repo/a/arax/arax-0.1-foss-2022a.eb b/Golden_Repo/a/arax/arax-0.1-foss-2022a.eb new file mode 100644 index 00000000..9fd61758 --- /dev/null +++ b/Golden_Repo/a/arax/arax-0.1-foss-2022a.eb @@ -0,0 +1,13 @@ +name = 'arax' +version = '0.1' +homepage = 'https://github.com/CARV-ICS-FORTH/arax' +description = "Initial easybuild arax release" +toolchain = {'name': 'foss', 'version': '2022a'} + +source_urls = [ + 'https://github.com/CARV-ICS-FORTH/arax/archive/refs/heads/' +] + +sources = ['master.tar.gz'] +easyblock = 'CMakeMake' +moduleclass = 'lib' -- GitLab