Skip to content
Snippets Groups Projects
Commit 864b4bc7 authored by Jens Henrik Göbbert's avatar Jens Henrik Göbbert
Browse files

initial commit

parent a87c7965
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 = [('sha256', '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