Currently building multiple EasyConfigs for LLVM at once will most likely fail due to the global dictionary `general_opts` being reused See https://github.com/easybuilders/easybuild-easyblocks/pull/3741, in particular - https://github.com/easybuilders/easybuild-easyblocks/pull/3741#issuecomment-2941772526 - https://github.com/easybuilders/easybuild-easyblocks/pull/3741#issuecomment-2943317562 ## Fix Use the global `general_opts` only for grouping and initialization and work with an internal copy of the dictionary in the class