mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 04:43:42 +01:00
Minor adjustments in easybuild template
This commit is contained in:
parent
0e3c3a48a5
commit
bcaf78501b
@ -45,9 +45,9 @@ separate_build_dir = True
|
|||||||
runtest = 'test'
|
runtest = 'test'
|
||||||
|
|
||||||
sanity_check_paths = {
|
sanity_check_paths = {
|
||||||
'files': ['lib/libapp4triqs_c.a'],
|
'files': ['lib/libapp4triqs_c.%s' % SHLIB_EXT],
|
||||||
'dirs': ['include', 'include/app4triqs', 'lib',
|
'dirs': ['include/app4triqs', 'lib', 'share',
|
||||||
'lib/python%(pyshortver)s/site-packages', 'share'],
|
'lib/python%(pyshortver)s/site-packages/app4triqs'],
|
||||||
}
|
}
|
||||||
|
|
||||||
sanity_check_commands = ["python -c 'import app4triqs'"]
|
sanity_check_commands = ["python -c 'import app4triqs'"]
|
||||||
|
Loading…
Reference in New Issue
Block a user