From c243aa8a6a543149087e432124c5aeb28cd0d7f4 Mon Sep 17 00:00:00 2001 From: Sebastian Achilles <s.achilles@fz-juelich.de> Date: Fri, 16 Dec 2022 23:20:17 +0100 Subject: [PATCH] also add libGLU to the 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 36bc2d023..433b3ef78 100644 --- a/Custom_Hooks/eb_hooks.py +++ b/Custom_Hooks/eb_hooks.py @@ -80,6 +80,7 @@ TWEAKABLE_DEPENDENCIES = { 'glew': ('OpenGL', '2022a'), 'libglvnd': ('OpenGL', '2022a'), # 'libxc': '5.1.7', + 'libGLU': ('OpenGL', '2022a'), 'Mesa': ('OpenGL', '2022a'), 'NCCL': 'default', 'pkg-config': ('pkgconf', '1.8.0'), -- GitLab