Skip to content

Commit 33393f5

Browse files
author
Caspar van Leeuwen
committed
These settings were introduced in EB 5.1.0, so the check should be >= 5.1
1 parent 4f8480b commit 33393f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EESSI-extend-easybuild.eb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ easybuild_version = os.getenv("EBVERSIONEASYBUILD") or easybuild_version
212212
eessi_version = os.getenv("EESSI_VERSION") or "2023.06"
213213
214214
-- Set environment variables that are EasyBuild version specific
215-
if convertToCanonical(easybuild_version) > convertToCanonical("4") then
215+
if convertToCanonical(easybuild_version) >= convertToCanonical("5.1") then
216216
setenv ("EASYBUILD_STRICT_RPATH_SANITY_CHECK", "1")
217217
setenv ("EASYBUILD_CUDA_SANITY_CHECK_ERROR_ON_FAILED_CHECKS", "1")
218218
setenv ("EASYBUILD_FAIL_ON_MOD_FILES_GCCCORE", "1")

0 commit comments

Comments
 (0)