We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8480b commit 33393f5Copy full SHA for 33393f5
1 file changed
EESSI-extend-easybuild.eb
@@ -212,7 +212,7 @@ easybuild_version = os.getenv("EBVERSIONEASYBUILD") or easybuild_version
212
eessi_version = os.getenv("EESSI_VERSION") or "2023.06"
213
214
-- Set environment variables that are EasyBuild version specific
215
-if convertToCanonical(easybuild_version) > convertToCanonical("4") then
+if convertToCanonical(easybuild_version) >= convertToCanonical("5.1") then
216
setenv ("EASYBUILD_STRICT_RPATH_SANITY_CHECK", "1")
217
setenv ("EASYBUILD_CUDA_SANITY_CHECK_ERROR_ON_FAILED_CHECKS", "1")
218
setenv ("EASYBUILD_FAIL_ON_MOD_FILES_GCCCORE", "1")
0 commit comments