Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
c3-builder committed Oct 1, 2024
1 parent adf13a3 commit 15a8a66
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions easybuild/easyconfigs/h/HOLE2/HOLE2-2.3.1-GCCcore-12.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@ postinstallcmds = [

parallel = 1

local_binary = [
'bln2gnu', 'capost2gnu', 'grd2gnu', 'hole', 'labqpt', 'make_post2gnu',
'make_post_map', 'qplot', 'qpt_conv', 'sos_triangle', 'sph_process',
'vdwdot', 'vmd_triangles_to_lines'
]

sanity_check_paths = {
'files': [['bin/%s' % x for x in \
['bln2gnu', 'capost2gnu', 'grd2gnu', 'hole', 'labqpt', 'make_post2gnu',
'make_post_map', 'qplot', 'qpt_conv', 'sos_triangle', 'sph_process',
'vdwdot', 'vmd_triangles_to_lines']
]],
'files': ['bin/%s' % x for x in local_binary],
'dirs': ['bin', 'share/hole2/rad'],
}

Expand Down

0 comments on commit 15a8a66

Please sign in to comment.