easyconfigs-it4i/v/Valgrind/Valgrind-3.13.0-intel-2017b.eb
Lukáš Krupčík a25265ee1e new file: p/PyQt/PyQt-4.12-Py-3.6.eb
new file:   s/SIP/SIP-4.19.6-Py-3.6.eb
	new file:   v/Valgrind/Valgrind-3.13.0-intel-2017b.eb
2018-02-15 12:53:53 +01:00

25 lines
571 B
Plaintext

easyblock = 'ConfigureMake'
name = 'Valgrind'
version = "3.13.0"
homepage = 'http://valgrind.org/downloads/'
description = "Valgrind: Debugging and profiling tools"
toolchain = {'name': 'intel', 'version': '2017b'}
source_urls = ['http://valgrind.org/downloads/']
sources = [SOURCELOWER_TAR_BZ2]
binaries = [
'callgrind_annotate', 'callgrind_control', 'cg_annotate', 'cg_diff',
'cg_merge', 'ms_print', 'valgrind', 'valgrind-listener', 'vgdb'
]
sanity_check_paths = {
'files': ['bin/%s' % x for x in binaries],
'dirs': []
}
moduleclass = 'debugger'