mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00
PETSc-3.7.5-intel-2017a-it4i.eb: added sanity checks
This commit is contained in:
parent
66b303e601
commit
9bdd44d10e
@ -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')]
|
||||
|
Loading…
x
Reference in New Issue
Block a user