Skip to content
Snippets Groups Projects
Commit ede749c8 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

Merge branch 'jsc-xdg-menu' into '2022'

jsc-xdg-menu

See merge request hps-public/easybuild-repository!1246
parents a87c7965 d3ecfd61
No related branches found
No related tags found
No related merge requests found
easyblock = 'Binary'
name = 'jsc-xdg-menu'
version = '2022.3'
homepage = ''
description = """setup JSC`s desktop menu"""
toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
source_urls = ['https://gitlab.version.fz-juelich.de/goebbert1/jsc-xdg-menu/-/archive/%(version)s/']
sources = ['%(name)s-%(version)s.tar.gz']
checksums = ['5ab2891051085799f1043a4e0232d2ea7875c0cafcb86cc1eab0889857b7b49f']
builddependencies = [
# just ensure they exist
('Blender', '2.93.5', '-binary', SYSTEM),
('CubeGUI', '4.6'),
('GPicView', '0.2.5'),
('HDFView', '3.1.3'),
('Nsight-Compute', '2022.1.0'),
('Nsight-Systems', '2022.1.1'),
# ('ParaView', '5.10.0', '', ('gpsmkl', '2021')),
('TotalView', '2021.4.10'),
('Vampir', '10.0.0', '', SYSTEM),
]
extract_sources = True,
install_cmd = 'cp -a %(builddir)s/%(name)s-%(version)s/* %(installdir)s/'
modextravars = {'XDG_MENU_PREFIX': 'jsc-'}
modextrapaths = {'XDG_CONFIG_DIRS': 'config',
'XDG_DATA_DIRS': 'data'}
sanity_check_paths = {
'files': ['README.md', 'config/menus/jsc-applications.menu'],
'dirs': ['bin', 'config/menus', 'data/applications', 'data/desktop-directories'],
}
moduleclass = 'vis'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment