Skip to content
Snippets Groups Projects
Commit f19d3644 authored by Anke Kreuzer's avatar Anke Kreuzer
Browse files

Merge branch 'forma' into '2023'

forma profiler EasyBuild recipe initial commit

See merge request deep-sea/wp3/software/easybuild-repository-deep-sea!51
parents 378df7cb 852acb43
No related branches found
No related tags found
No related merge requests found
# Copyright 2022 Computer Architecture and VLSI Systems (CARV) Laboratory
# SPDX-License-Identifier: BSD-3-Clause
easyblock = 'PythonPackage'
name = 'forma'
version = '0.1.6'
homepage = 'https://github.com/CARV-ICS-FORTH/foRMA'
description = "Initial test for easybuild foRMA"
toolchain = {'name': 'foss', 'version': '2022a'}
local_forma_archive_filename = f"forma_archive_{version}.tar.gz"
sources = [{
'filename': local_forma_archive_filename,
'git_config': {
'url': 'https://gitlab.jsc.fz-juelich.de/deep-sea/wp3/software',
'repo_name': 'forma',
'recursive': True,
'tag': 'v' + version,
'keep_git_dir': True
},
}]
checksums = [None]
dependencies = [
('Python', '3.10.4'),
]
use_pip_for_deps = True
use_pip = True
options = {'modulename': 'forma'}
moduleclass = 'tools'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment