easyconfigs-it4i/v/Valgrind/Valgrind-3.16.1-intel-2020b.eb
Lukáš Krupčík bdad1c9603 new file: d/dos2unix/dos2unix-7.4.2.eb
new file:   j/Julia/Julia-1.5.3-linux-x86_64.eb
	new file:   o/OpenMPI/OpenMPI-4.0.5-gcccuda-2020b.eb
	new file:   v/Valgrind/Valgrind-3.16.1-gompi-2020b.eb
	new file:   v/Valgrind/Valgrind-3.16.1-intel-2020b.eb
2021-02-22 09:16:14 +01:00

31 lines
679 B
Plaintext

# IT4Innovations 2021
# LK
easyblock = 'ConfigureMake'
name = 'Valgrind'
version = "3.16.1"
homepage = 'http://valgrind.org/downloads/'
description = "Valgrind: Debugging and profiling tools"
toolchain = {'name': 'intel', 'version': '2020b'}
toolchainopts = {'optarch': False}
source_urls = ['https://sourceware.org/pub/valgrind/']
sources = [SOURCELOWER_TAR_BZ2]
configopts = ' --with-mpicc="$MPICC"'
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'