From 468ebee59c9710ce65c6f17be2c46b6206fbe206 Mon Sep 17 00:00:00 2001 From: kanellou1 <kanellou1@dp-cn15.deep> Date: Sun, 24 Dec 2023 19:07:25 +0100 Subject: [PATCH] updated EB recipe --- ...-0.1.1-foss2022a.eb => forma-0.1.2-foss2022a.eb} | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) rename Golden_Repo/f/forma/{forma-0.1.1-foss2022a.eb => forma-0.1.2-foss2022a.eb} (85%) diff --git a/Golden_Repo/f/forma/forma-0.1.1-foss2022a.eb b/Golden_Repo/f/forma/forma-0.1.2-foss2022a.eb similarity index 85% rename from Golden_Repo/f/forma/forma-0.1.1-foss2022a.eb rename to Golden_Repo/f/forma/forma-0.1.2-foss2022a.eb index f57ea5ba..a22478c6 100644 --- a/Golden_Repo/f/forma/forma-0.1.1-foss2022a.eb +++ b/Golden_Repo/f/forma/forma-0.1.2-foss2022a.eb @@ -2,8 +2,8 @@ # SPDX-License-Identifier: BSD-3-Clause easyblock = 'PythonPackage' -name = 'foRMA' -version = '0.1.1' +name = 'forma' +version = '0.1.2' homepage = 'https://github.com/CARV-ICS-FORTH/foRMA' description = "Initial test for easybuild foRMA" @@ -36,10 +36,11 @@ use_pip = True options = {'modulename': 'forma'} +# sources = ['forma-streaming.tar.gz'] -sanity_check_paths = { - 'dirs': ['src', 'schemas'], - 'files': ['src/forma.py', 'schemas/summary.avsc'] -} +# sanity_check_paths = { +# 'dirs': ['src/', 'schemas/'], +# 'files': ['src/*', 'schemas/*'] +# } moduleclass = 'tools' -- GitLab