We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6bf77 commit 135d5a7Copy full SHA for 135d5a7
EESSI-extend-easybuild.eb
@@ -235,6 +235,13 @@ if mode() == "unload" or mode() == "dependencyCk" or convertToCanonical(easybuil
235
setenv ("EASYBUILD_SEARCH_PATH_CPP_HEADERS", "include_paths")
236
end
237
238
+
239
+-- Avoid locale related problems by (temporarily) overwriting the locale with one we know exists ('locale -a')
240
+pushenv ("LANG", "C.utf8")
241
+pushenv ("LC_ALL", "C.utf8")
242
+pushenv ("LC_CTYPE", "C.utf8")
243
+pushenv ("LC_MESSAGES", "C.utf8")
244
245
"""
246
247
moduleclass = 'devel'
0 commit comments