Skip to content
Snippets Groups Projects
Commit be9cbd9b authored by Rui Machado's avatar Rui Machado Committed by Marc Schluetter
Browse files

Fix sanity check paths. Update checksum.

parent b26a8c0b
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ sources = [{
'keep_git_dir': True,
},
}]
checksums = ['0ea50c55b76ed08fe7c6933442785c9b5db0db3c646193fc39a4382bb183c450']
checksums = ['c3f7bb9421712ce494f86c6abfc5a8b995aff52786e697654be9e2a5d59c6567']
builddependencies = [
('binutils', '2.38')
......@@ -30,8 +30,8 @@ preconfigopts = "./autogen.sh && "
sanity_check_paths = {
'dirs': ['bin', 'include', 'lib64'],
'files': [
'bin/gaspi_run'
'include/GASPI.h'
'bin/gaspi_run',
'include/GASPI.h',
'lib64/libGPI2.so'
]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment