From 94068db47eadd7112365d3dcc93a4fc224c84d83 Mon Sep 17 00:00:00 2001
From: Sebastian Achilles <s.achilles@fz-juelich.de>
Date: Tue, 14 Dec 2021 18:10:44 +0100
Subject: [PATCH] fix hook

---
 Custom_Hooks/eb_hooks.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Custom_Hooks/eb_hooks.py b/Custom_Hooks/eb_hooks.py
index d22b53ee2..8ea569d2e 100644
--- a/Custom_Hooks/eb_hooks.py
+++ b/Custom_Hooks/eb_hooks.py
@@ -67,8 +67,8 @@ TWEAKABLE_DEPENDENCIES = {
     'libxc': '5.1.7',
     'glu': ('OpenGL', '2021b'),
     'glew': ('OpenGL', '2021b'),
-    'Boost': ('Boost', '1.78.0'),
-    'Boost.Python': ('Boost.Python', '1.78.0'),
+    'Boost': '1.78.0',
+    'Boost.Python': '1.78.0',
 }
 
 SIDECOMPILERS = ['AOCC', 'Clang']
-- 
GitLab