We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8fb7cb + ec33292 commit 91a8a1dCopy full SHA for 91a8a1d
1 file changed
EESSI-extend-easybuild.eb
@@ -222,7 +222,7 @@ eessi_version = os.getenv("EESSI_VERSION") or "2023.06"
222
-- This avoids issues where EESSI-extend is first loaded with EB => 5.1 (which set these vars)
223
-- but then EB is swapped for a version < 5.1 and then EESSI-extend is unloaded (which would not unset
224
-- these vars if we did it conditional on the EB version)
225
-if convertToCanonical(easybuild_version) >= convertToCanonical("5.1") or mode() == "unload" then
+if mode() == "unload" or mode() == "dependencyCk" or convertToCanonical(easybuild_version) >= convertToCanonical("5.1") then
226
setenv ("EASYBUILD_STRICT_RPATH_SANITY_CHECK", "1")
227
setenv ("EASYBUILD_CUDA_SANITY_CHECK_ERROR_ON_FAILED_CHECKS", "1")
228
setenv ("EASYBUILD_FAIL_ON_MOD_FILES_GCCCORE", "1")
0 commit comments