mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-24 23:41:23 +01:00
Merge branch 'it4i-dgx'
This commit is contained in:
commit
07c6f00c30
31
v/Valgrind/Valgrind-3.15.0-intel-2017c.eb
Normal file
31
v/Valgrind/Valgrind-3.15.0-intel-2017c.eb
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# 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}
|
||||||
|
|
||||||
|
source_urls = ['https://sourceware.org/ftp/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': []
|
||||||
|
}
|
||||||
|
|
||||||
|
parallel = 1
|
||||||
|
|
||||||
|
moduleclass = 'debugger'
|
Loading…
x
Reference in New Issue
Block a user