easyconfigs-it4i/v/Valgrind/Valgrind-3.15.0-foss-2017b.eb
Lukáš Krupčík f1749cf28e modified: o/OpenMPI/OpenMPI-4.0.0-GCC-6.3.0-2.27.eb
modified:   t/Trilinos/Trilinos-12.12.1-intel-2017c-Py-2.7.eb
	modified:   t/Trilinos/Trilinos-12.14.1-foss-2018a-Py-2.7.eb
	modified:   t/Trilinos/Trilinos-12.14.1-intel-2017c-Py-2.7.eb
	new file:   v/Valgrind/Valgrind-3.15.0-foss-2017b.eb
	new file:   v/Valgrind/Valgrind-3.15.0-intel-2018.04.eb
2019-05-15 14:31:53 +02:00

30 lines
673 B
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'Valgrind'
version = "3.15.0"
homepage = 'http://valgrind.org/downloads/'
description = "Valgrind: Debugging and profiling tools"
toolchain = {'name': 'foss', 'version': '2017b'}
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'