Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions easybuild/easyconfigs/g/GRASS/GRASS-8.4.0-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,11 @@ sanity_check_paths = {
'dirs': ['grass%(version_major)s%(version_minor)s']
}

modextrapaths = {
'CPATH': 'grass84/include',
'LD_LIBRARY_PATH': 'grass84/lib',
'LIBRARY_PATH': 'grass84/lib',
'PATH': 'grass84/bin',
Comment thread
pavelToman marked this conversation as resolved.
Outdated
}

moduleclass = 'geo'