Skip to content

Commit

Permalink
update sanity_checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Feb 7, 2025
1 parent b1e35e9 commit b2d65eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion easybuild/easyconfigs/g/GRASS/GRASS-8.4.0-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@ postinstallcmds = [

sanity_check_paths = {
'files': ['bin/grass'],
'dirs': ['grass%(version_major)s%(version_minor)s']
'dirs': [
'grass%(version_major)s%(version_minor)s/include',
'grass%(version_major)s%(version_minor)s/lib',
'grass%(version_major)s%(version_minor)s/bin',
]
}

modextrapaths = {
Expand Down

0 comments on commit b2d65eb

Please sign in to comment.