From 01321b1b671e5b159e7a468f5f3eef2bcd4cdd90 Mon Sep 17 00:00:00 2001 From: Lena Kanellou <kanellou@ics.forth.gr> Date: Fri, 29 Dec 2023 14:43:20 +0100 Subject: [PATCH] EB recipe passes the style check. --- Golden_Repo/f/forma/forma-0.1.2-foss2022a.eb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Golden_Repo/f/forma/forma-0.1.2-foss2022a.eb b/Golden_Repo/f/forma/forma-0.1.2-foss2022a.eb index a22478c6..f1db57da 100644 --- a/Golden_Repo/f/forma/forma-0.1.2-foss2022a.eb +++ b/Golden_Repo/f/forma/forma-0.1.2-foss2022a.eb @@ -13,11 +13,10 @@ local_forma_archive_filename = f"forma_archive_{version}.tar.gz" sources = [{ 'filename': local_forma_archive_filename, 'git_config': { -# 'url': 'git@gitlab.jsc.fz-juelich.de:deep-sea/wp3/software/forma.git', 'url': 'git@gitlab.jsc.fz-juelich.de:deep-sea/wp3/software', 'repo_name': 'forma', 'recursive': True, - 'tag': 'v'+version, + 'tag': 'v' + version, 'keep_git_dir': True }, }] @@ -36,8 +35,6 @@ use_pip = True options = {'modulename': 'forma'} -# sources = ['forma-streaming.tar.gz'] - # sanity_check_paths = { # 'dirs': ['src/', 'schemas/'], # 'files': ['src/*', 'schemas/*'] -- GitLab