mirror of
https://github.com/triqs/dft_tools
synced 2024-11-18 12:03:50 +01:00
Fix in easybuild template, check for static lib by default
This commit is contained in:
parent
57a08de155
commit
caf5da4a3a
@ -45,7 +45,7 @@ separate_build_dir = True
|
|||||||
runtest = 'test'
|
runtest = 'test'
|
||||||
|
|
||||||
sanity_check_paths = {
|
sanity_check_paths = {
|
||||||
'files': ['lib/libapp4triqs_c.%s' % SHLIB_EXT],
|
'files': ['lib/libapp4triqs_c.a'],
|
||||||
'dirs': ['include/app4triqs', 'lib', 'share',
|
'dirs': ['include/app4triqs', 'lib', 'share',
|
||||||
'lib/python%(pyshortver)s/site-packages/app4triqs'],
|
'lib/python%(pyshortver)s/site-packages/app4triqs'],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user