diff --git a/Custom_Hooks/eb_hooks.py b/Custom_Hooks/eb_hooks.py index d22b53ee2430577a376d8b281abe5ebd7868a787..8ea569d2e88ef99ddac3a8ab6b581f9d302ee008 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']