Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
easyconfigs:
- uv-0.7.13-GCCcore-14.2.0.eb
- PyQt6-6.9.1-GCCcore-14.2.0.eb:
options:
# pick up PyQt6 easyconfigs that has direct libglvnd dependency,
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/25453
from-commit: 8cc957644831c190d07f035b950896332c34ce6c
Comment on lines +5 to +7
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bad idea, as mentioned in the EasyConfig PR. Adding this dependency to PyQt6 just hides the actual dependency on libglvnd in Qt6, as shown by the error in that PR description.

To use the Qt6 features, we need both Mesa and libglvnd.
This change just hides the fact, so we're likely going to hit this again with another EasyConfig making use of the OpenGL component of Qt6 without itself adding dependencies for it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, thanks for raising this @Thyre, I should've checked this closer...

- VisPy-0.15.2-gfbf-2025a.eb
Loading