easyconfigs-it4i/ARCHIVE/v/Valgrind/Valgrind-3.15.0-intel-2017c.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

43 lines
1020 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': 'intel', 'version': '2017c'}
toolchainopts = {'optarch': False}
<<<<<<< HEAD
<<<<<<< HEAD
source_urls = ['https://sourceware.org/pub/valgrind/']
=======
source_urls = ['https://sourceware.org/ftp/valgrind/']
>>>>>>> 07c6f00c30a09695fc9b7bcf37cfdd05362445a7
=======
source_urls = ['https://sourceware.org/pub/valgrind/']
>>>>>>> 952ca387601681aafffbee1a24be95d2a4cd0a52
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': []
}
<<<<<<< HEAD
=======
parallel = 1
>>>>>>> 07c6f00c30a09695fc9b7bcf37cfdd05362445a7
moduleclass = 'debugger'