Skip to content

Commit 9a1b4c8

Browse files
authored
add link to github issue
1 parent 75bf2de commit 9a1b4c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eb_hooks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,8 @@ def pre_configure_hook_atspi2core_filter_ld_library_path(self, *args, **kwargs):
339339
"""
340340
pre-configure hook for at-spi2-core:
341341
- instruct GObject-Introspection's g-ir-scanner tool to not set $LD_LIBRARY_PATH
342-
when EasyBuild is configured to filter it
342+
when EasyBuild is configured to filter it, see:
343+
https://github.com/EESSI/software-layer/issues/196
343344
"""
344345
if self.name == 'at-spi2-core':
345346
if build_option('filter_env_vars') and 'LD_LIBRARY_PATH' in build_option('filter_env_vars'):

0 commit comments

Comments
 (0)