From 88afd19937b37347f25bb6520724a87a014fc79a Mon Sep 17 00:00:00 2001
From: Damian Alvarez <d.alvarez@fz-juelich.de>
Date: Tue, 11 Jan 2022 12:56:58 +0100
Subject: [PATCH] To allow the hook to also work on DEEP

---
 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 d879da95b..6b19ff7cf 100644
--- a/Custom_Hooks/eb_hooks.py
+++ b/Custom_Hooks/eb_hooks.py
@@ -57,6 +57,7 @@ VETOED_INSTALLATIONS = {
     ],
     'jusuf': ['impi', 'impi-settings', 'BullMPI', 'BullMPI-settings'],
     'hdfml': ['BullMPI', 'BullMPI-settings'],
+    'deep': ['BullMPI', 'BullMPI-settings'],
 }
 
 TWEAKABLE_DEPENDENCIES = {
-- 
GitLab