From e74312dfbe677ce4448416ce891154670bbe36f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Henrik=20G=C3=B6bbert?= <goebbert1@jrlogin06.jureca> Date: Fri, 2 Sep 2022 11:27:03 +0200 Subject: [PATCH] add hdfcloud to eb_hook --- 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 b34f91d75..57130bb13 100644 --- a/Custom_Hooks/eb_hooks.py +++ b/Custom_Hooks/eb_hooks.py @@ -67,6 +67,7 @@ VETOED_INSTALLATIONS = { 'jusuf': ['impi', 'impi-settings', 'BullMPI', 'BullMPI-settings'], 'hdfml': ['BullMPI', 'BullMPI-settings'], 'deep': ['BullMPI', 'BullMPI-settings'], + 'hdfcloud': [''], } TWEAKABLE_DEPENDENCIES = { -- GitLab