diff --git a/Custom_Hooks/eb_hooks.py b/Custom_Hooks/eb_hooks.py index 2fccb52686fc166b9713ccfa6c0e4546f88322cc..09305e115d966d2deec66589c13697f0a184a33f 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']