Skip to content

Commit

Permalink
add some more sanity check commands (for the Python and Perl scripts)
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge authored Jun 10, 2024
1 parent 84d3886 commit 9719e84
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ source_urls = [
sources = [SOURCELOWER_TAR_BZ2]
checksums = ['c5c34a3380457b9b75606df890102e7df2c702b9420c2ebef9540f8b5d56264d']

dependencies = [
('Perl', '5.38.0'),
('Python', '3.11.5'),
]

configopts = ' --with-mpicc="$MPICC"'

local_binaries = [
Expand All @@ -31,7 +36,11 @@ sanity_check_paths = {
}

sanity_check_commands = [
'callgrind_annotate --version 2>&1 | grep "%(version)s"',
'cg_annotate --help',
'ms_print --version 2>&1 | grep "%(version)s"',
'valgrind --help',
'vgdb --help',
]

moduleclass = 'debugger'

0 comments on commit 9719e84

Please sign in to comment.