Skip to content

Commit

Permalink
Fix in easybuild template, check for static lib by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Aug 13, 2020
1 parent 57a08de commit caf5da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/TRIQS-app4triqs-3.0.0-foss-2019a-Python-3.7.2.eb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ separate_build_dir = True
runtest = 'test'

sanity_check_paths = {
'files': ['lib/libapp4triqs_c.%s' % SHLIB_EXT],
'files': ['lib/libapp4triqs_c.a'],
'dirs': ['include/app4triqs', 'lib', 'share',
'lib/python%(pyshortver)s/site-packages/app4triqs'],
}
Expand Down

0 comments on commit caf5da4

Please sign in to comment.