From cc8e5ec12ffa27375e6411b434df40580d19da76 Mon Sep 17 00:00:00 2001 From: Sebastian Achilles <s.achilles@fz-juelich.de> Date: Fri, 25 Nov 2022 13:26:48 +0100 Subject: [PATCH] add foss to SUPPORTED_TOPLEVEL_TOOLCHAIN_FAMILIES --- Custom_Hooks/eb_hooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Custom_Hooks/eb_hooks.py b/Custom_Hooks/eb_hooks.py index 53a0fce96..36bc2d023 100644 --- a/Custom_Hooks/eb_hooks.py +++ b/Custom_Hooks/eb_hooks.py @@ -17,6 +17,7 @@ SUPPORTED_TOPLEVEL_TOOLCHAIN_FAMILIES = [ "intel", "intel-para", "iomkl", + "foss", "gpsmkl", "gomkl", "npsmkl", -- GitLab