Skip to content

Commit

Permalink
Build Qt5 with Python 3 instead of 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoldeman committed Oct 19, 2023
1 parent 308a1bb commit 87d7995
Show file tree
Hide file tree
Showing 6 changed files with 2,639 additions and 1 deletion.
14 changes: 13 additions & 1 deletion easybuild/easyconfigs/q/Qt5/Qt5-5.15.10-GCCcore-12.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ patches = [
'Qt5-5.15.10_fix-OF-Gentoo.patch',
'Qt5-5.15.10_fix-qtwebengine-breakpad-glibc-2.34.patch',
'Qt5-5.15.7_GCC-12.patch',
'Qt5-5.15.10_webengine-chromium-drop-catapult.patch',
'Qt5-5.15.10_webengine-chromium-python3.patch',
'Qt5-5.15.10_webengine-drop-catapult.patch',
'Qt5-5.15.10_webengine-python3.patch',
'Qt5-5.15.10_webengine-python3.11.patch',
]
checksums = [
{'qt-everywhere-opensource-src-5.15.10.tar.xz': 'b545cb83c60934adc9a6bbd27e2af79e5013de77d46f5b9f5bb2a3c762bf55ca'},
Expand All @@ -31,6 +36,13 @@ checksums = [
{'Qt5-5.15.10_fix-qtwebengine-breakpad-glibc-2.34.patch':
'3b536de3b2da9115d96323a00275fc6066bb048f3747f8e6971facd78ed4e2e2'},
{'Qt5-5.15.7_GCC-12.patch': '9a5bde91b223a3e2e90d3d6bec107af69a1a0f18d789593738a953080473fa68'},
{'Qt5-5.15.10_webengine-chromium-drop-catapult.patch':
'6325c6f63b144755fcf040614178923406d7526517d58b29d99b100919acec54'},
{'Qt5-5.15.10_webengine-chromium-python3.patch':
'128d58c1e83f551daec6e9122fc1cea07be76b79d4e99222969649be24334e1e'},
{'Qt5-5.15.10_webengine-drop-catapult.patch': '7a488a0d73b7a9f33a2bdb87996f0a16938f5f882385190833679d1d17684907'},
{'Qt5-5.15.10_webengine-python3.patch': '0e35606506cb218841e05d38214ec6a442f7481630c2d856a09b7863af304023'},
{'Qt5-5.15.10_webengine-python3.11.patch': '8486fc234de2cdf8a600b204bac5d8eb2bc0bc9b1b1d365505f801c4a201f9c3'},
]

builddependencies = [
Expand All @@ -41,7 +53,7 @@ builddependencies = [
('flex', '2.6.4'),
('gperf', '3.1'),
('Ninja', '1.11.1'),
('Python', '2.7.18'),
('Python', '3.11.3'),
('re2c', '3.1'),
]

Expand Down
Loading

0 comments on commit 87d7995

Please sign in to comment.