PETSc-3.7.5-intel-2017a-it4i.eb: added sanity checks

This commit is contained in:
Vaclav Hapla 2017-04-20 23:55:53 +02:00
parent 66b303e601
commit 9bdd44d10e

View File

@ -46,3 +46,11 @@ buildopts = installopts + ' all'
modextravars = {'PETSC_DIR':'%(installdir)s'}
moduleclass = 'numlib'
# sanity checks
runtest = 'test' # run make test after make
sanity_check_paths = {
'files': ['include/petscconf.h', 'lib/libpetsc.so'],
'dirs': []
}
sanity_check_commands = [('petscmpiexec','-h')]