From 53b4912ca4c6d9028091565997b96bfc3b54ef28 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Wed, 18 Dec 2024 09:57:15 +0100 Subject: [PATCH] move allow_unresolved_templates build options to block with options that use False as default value --- easybuild/tools/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easybuild/tools/config.py b/easybuild/tools/config.py index 023f63dd4c..b633573a32 100644 --- a/easybuild/tools/config.py +++ b/easybuild/tools/config.py @@ -206,7 +206,6 @@ def mk_full_default_path(name, prefix=DEFAULT_PREFIX): # build options that have a perfectly matching command line option, listed by default value BUILD_OPTIONS_CMDLINE = { None: [ - 'allow_unresolved_templates', 'aggregate_regtest', 'backup_modules', 'banned_linked_shared_libs', @@ -281,6 +280,7 @@ def mk_full_default_path(name, prefix=DEFAULT_PREFIX): False: [ 'add_system_to_minimal_toolchains', 'allow_modules_tool_mismatch', + 'allow_unresolved_templates', 'backup_patched_files', 'consider_archived_easyconfigs', 'container_build_image',