Skip to content
Snippets Groups Projects
Commit 5af9a2ea authored by Marc Jorda's avatar Marc Jorda
Browse files

Add missing moduleclass and description fields

parent 97ddd34b
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,12 @@ easyblock = 'MakeCp'
name = "ecoHMEM"
version = "1.0.5"
homepage = ''
description = """
homepage = 'https://github.com/accelcom-bsc/ecoHMEM'
description = """\
ecoHMEM is a software ecosystem implementing novel and proven
methodology to address automatic object-level placement for
heterogeneous memory systems equipped with DRAM, HBM,
Persistent Memory, etc.
"""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
......@@ -42,3 +46,5 @@ files_to_copy = [
(['example_conf.src'], 'share'),
(['readme.md', 'LICENSE', 'ChangeLog'], 'doc'),
]
moduleclass = 'tools'
......@@ -29,3 +29,5 @@ dependencies = [
configure_cmd_prefix = './autogen.sh && '
configopts = '--with-memkind=$EBROOTMEMKIND --with-binutils=$EBROOTBINUTILS --without-pmdk'
configopts += ' --with-mpc=$EBROOTMPCMINALLOCATOR'
moduleclass = 'lib'
......@@ -40,3 +40,5 @@ configure_cmd += ' --args="' + args_list + '"'
build_cmd = 'make -C build'
install_cmd = 'make -C build install'
moduleclass = 'lib'
......@@ -29,3 +29,5 @@ sanity_check_paths = {
'dirs': ['lib', 'include'],
'files': ['lib/libopa.a', 'include/opa_primitives.h'],
}
moduleclass = 'lib'
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