Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions easybuild/easyconfigs/g/gmsh/gmsh-4.15.0-foss-2025a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ builddependencies = [
('CMake', '3.31.3'),
('SWIG', '4.3.1'),
('Eigen', '3.4.0'),
# gmsh has a transitive dep on a header from libglvnd via Mesa
# Due to https://github.com/easybuilders/easybuild-framework/issues/5124
# this can get lost in some EasyBuild configurations
('libglvnd', '1.7.0'),
]

dependencies = [
Expand Down