From 403decb83398f6c0ab48a8ae6893adf3b650d3f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Henrik=20G=C3=B6bbert?= <goebbert1@jwlogin05.juwels> Date: Mon, 13 Dec 2021 20:12:53 +0100 Subject: [PATCH] update TWEAKABLE_DEPENDENCIES --- Custom_Hooks/eb_hooks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Custom_Hooks/eb_hooks.py b/Custom_Hooks/eb_hooks.py index 2fccb5268..09305e115 100644 --- a/Custom_Hooks/eb_hooks.py +++ b/Custom_Hooks/eb_hooks.py @@ -66,6 +66,8 @@ TWEAKABLE_DEPENDENCIES = { 'libglvnd': ('OpenGL', '2021b'), 'glu': ('OpenGL', '2021b'), 'glew': ('OpenGL', '2021b'), + 'Boost': ('Boost', '1.78.0'), + 'Boost.Python': ('Boost.Python', '1.78.0'), } SIDECOMPILERS = ['AOCC', 'Clang'] -- GitLab