Skip to content
Snippets Groups Projects
Commit 468ebee5 authored by kanellou1's avatar kanellou1
Browse files

updated EB recipe

parent 7cff4447
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
easyblock = 'PythonPackage' easyblock = 'PythonPackage'
name = 'foRMA' name = 'forma'
version = '0.1.1' version = '0.1.2'
homepage = 'https://github.com/CARV-ICS-FORTH/foRMA' homepage = 'https://github.com/CARV-ICS-FORTH/foRMA'
description = "Initial test for easybuild foRMA" description = "Initial test for easybuild foRMA"
...@@ -36,10 +36,11 @@ use_pip = True ...@@ -36,10 +36,11 @@ 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/forma.py', 'schemas/summary.avsc'] # 'files': ['src/*', 'schemas/*']
} # }
moduleclass = 'tools' moduleclass = 'tools'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment