Skip to content
Snippets Groups Projects
Commit 01321b1b authored by Eleni Kanellou's avatar Eleni Kanellou
Browse files

EB recipe passes the style check.

parent 468ebee5
Branches
No related tags found
No related merge requests found
...@@ -13,11 +13,10 @@ local_forma_archive_filename = f"forma_archive_{version}.tar.gz" ...@@ -13,11 +13,10 @@ local_forma_archive_filename = f"forma_archive_{version}.tar.gz"
sources = [{ sources = [{
'filename': local_forma_archive_filename, 'filename': local_forma_archive_filename,
'git_config': { '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', 'url': 'git@gitlab.jsc.fz-juelich.de:deep-sea/wp3/software',
'repo_name': 'forma', 'repo_name': 'forma',
'recursive': True, 'recursive': True,
'tag': 'v'+version, 'tag': 'v' + version,
'keep_git_dir': True 'keep_git_dir': True
}, },
}] }]
...@@ -36,8 +35,6 @@ use_pip = True ...@@ -36,8 +35,6 @@ use_pip = True
options = {'modulename': 'forma'} options = {'modulename': 'forma'}
# sources = ['forma-streaming.tar.gz']
# sanity_check_paths = { # sanity_check_paths = {
# 'dirs': ['src/', 'schemas/'], # 'dirs': ['src/', 'schemas/'],
# 'files': ['src/*', 'schemas/*'] # 'files': ['src/*', 'schemas/*']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment