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