Skip to content

Commit

Permalink
don't use %(namelower)s template in LIQA easyconfig, just use 'liqa'
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel authored Jan 8, 2025
1 parent 13a9af4 commit 29a6c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/l/LIQA/LIQA-1.3.4-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use_pip = True
download_dep_fail = True
sanity_pip_check = True

options = {'modulename': '%(namelower)s_src'}
options = {'modulename': 'liqa_src'}

sanity_check_commands = ['liqa -h']

Expand Down

0 comments on commit 29a6c95

Please sign in to comment.