easyconfigs-it4i/v/Valgrind/Valgrind-3.15.0-GCC-8.3.0-2.32.eb
Lukáš Krupčík e8811a1cc8 new file: p/PGI/PGI-19.4-GCC-8.3.0-2.32.eb
new file:   p/PGI/PGI-20.1-GCC-8.3.0-2.32.eb
	new file:   v/Valgrind/Valgrind-3.15.0-GCC-8.3.0-2.32.eb
	modified:   v/Valgrind/Valgrind-3.15.0-intel-2017c.eb
	new file:   v/Valgrind/Valgrind-3.15.0.eb
2020-03-02 12:06:20 +01:00

32 lines
704 B
Plaintext

# IT4Innovations 2020
easyblock = 'ConfigureMake'
name = 'Valgrind'
version = "3.15.0"
homepage = 'http://valgrind.org/downloads/'
description = "Valgrind: Debugging and profiling tools"
toolchain = {'name': 'GCC', 'version': '8.3.0-2.32'}
toolchainopts = {'optarch': False}
source_urls = ['https://sourceware.org/pub/valgrind/']
sources = [SOURCELOWER_TAR_BZ2]
#configopts = ' --with-mpicc="$MPICC"'
local_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 local_binaries],
'dirs': []
}
parallel = 1
moduleclass = 'debugger'