FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

use libinput 1.31.1 for 2026.1 toolchain in Qt6 hook by bedroge · Pull Request #294 · EESSI/software-layer-scripts · GitHub

Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .py  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
7 changes: 6 additions & 1 deletion eb_hooks.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
CPU_TARGET_AARCH64_GENERIC = 'aarch64/generic'
CPU_TARGET_A64FX = 'aarch64/a64fx'
CPU_TARGET_NVIDIA_GRACE = 'aarch64/nvidia/grace'
CPU_TARGET_AWS_GRAVITON4 = 'aarch64/aws/graviton4'

CPU_TARGET_CASCADELAKE = 'x86_64/intel/cascadelake'
CPU_TARGET_ICELAKE = 'x86_64/intel/icelake'
Expand Down Expand Up @@ -688,7 +689,10 @@ def parse_hook_qt6_libinput(ec, eprefix):
Add dependency on libinput to Qt6.
This is not included in upstream EasyBuild as it brings a dependency on system-d
"""
qt6_toolchain_version_to_libinput_version_map = {'14.3.0': '1.30.1'}
qt6_toolchain_version_to_libinput_version_map = {
'14.3.0': '1.30.1',
'15.2.0': '1.31.3',
}
if ec.name == 'Qt6':
# Only enforcing from GCCcore 14.3.0 onwards for Qt6 6.9.3 onwards
if ec.toolchain.version >= LooseVersion('14.3.0'):
Expand Down Expand Up @@ -2498,6 +2502,7 @@ def set_maximum(parallel, max_value):
'Qt6': {
CPU_TARGET_A64FX: (set_maximum, 8),
CPU_TARGET_AARCH64_GENERIC: (divide_by_factor, 2),
CPU_TARGET_AWS_GRAVITON4: (divide_by_factor, 2),
CPU_TARGET_NEOVERSE_N1: (divide_by_factor, 2),
CPU_TARGET_NEOVERSE_V1: (divide_by_factor, 2),
},
Expand Down
Loading

Back | FazBrowse Home | New Git URL