Skip to content

Commit

Permalink
Make exception for 2nd EveryBeam dependency in 2023b
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Nov 11, 2024
1 parent 88ba2ab commit d7f9d7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/easyconfigs/easyconfigs.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,9 @@ def check_dep_vars(self, gen, dep, dep_vars):
# Score-P 8.3+ requires Cube 4.8.2+ but we have 4.8.1 already
'CubeLib': [(r'4\.8\.2;', [r'Score-P-8\.[3-9]'])],
'CubeWriter': [(r'4\.8\.2;', [r'Score-P-8\.[3-9]'])],
# Current rapthor requires WSclean 3.5 or newer, which in turn requires EveryBeam 0.6.X or newer
# Requires us to also bump DP3 version (to 6.2) and it's dependency on EveryBeam
'EveryBeam': [(r'0.6.1' [r'DP3-6\.2', r'WSClean-3\.[5-9]'])],
# egl variant of glew is required by libwpe, wpebackend-fdo + WebKitGTK+ depend on libwpe
'glew': [
('2.2.0; versionsuffix: -egl', [r'libwpe-1\.13\.3-GCCcore-11\.2\.0',
Expand Down

0 comments on commit d7f9d7b

Please sign in to comment.