mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: p/ParMETIS/ParMETIS-4.0.3-gompi-2019b.eb modified: p/PyQt5/PyQt5-5.13.1-Py-3.7.eb modified: q/Qt5/Qt5-5.13.1.eb new file: s/SuperLU_DIST/SuperLU_DIST-6.3.0-gompi-2019b.eb
56 lines
1.4 KiB
Plaintext
56 lines
1.4 KiB
Plaintext
# IT4Innovation 2020
|
|
|
|
easyblock = 'EB_Qt'
|
|
|
|
name = 'Qt5'
|
|
version = '5.13.1'
|
|
|
|
homepage = 'http://qt.io/'
|
|
description = "Qt is a local_comprehensive cross-platform C++ application framework."
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = [
|
|
'https://download.qt.io/official_releases/qt/%(version_major_minor)s/%(version)s/single/',
|
|
'https://download.qt.io/archive/qt/%(version_major_minor)s/%(version)s/single/'
|
|
]
|
|
sources = ['qt-everywhere-src-%(version)s.tar.xz']
|
|
patches = [
|
|
'Qt5-%(version)s_fix-avx2.patch',
|
|
'Qt5-%(version)s_fix-qmake-libdir.patch',
|
|
]
|
|
checksums = [
|
|
'adf00266dc38352a166a9739f1a24a1e36f1be9c04bf72e16e142a256436974e', # qt-everywhere-src-5.13.1.tar.xz
|
|
'6f46005f056bf9e6ff3e5d012a874d18ee03b33e685941f2979c970be91a9dbc', # Qt5-5.13.1_fix-avx2.patch
|
|
'511ca9c0599ceb1989f73d8ceea9199c041512d3a26ee8c5fd870ead2c10cb63', # Qt5-5.13.1_fix-qmake-libdir.patch
|
|
]
|
|
|
|
# qtgamepad needs recent kernel/libevdev (fails on RHEL 6.x)
|
|
#configopts = '-sbkip qtgamepad'
|
|
platform = 'linux-g++-64'
|
|
|
|
check_qtwebengine = True
|
|
|
|
maxparallel = 8
|
|
|
|
builddependencies = [
|
|
('pkg-config', '0.29.2'),
|
|
('Bison', '3.3.2'),
|
|
('flex', '2.6.4'),
|
|
('Py', '3.7'),
|
|
('Ninja', '1.9.0'),
|
|
('gperf', '3.1'),
|
|
]
|
|
|
|
dependencies = [
|
|
('GLib', '2.62.4'),
|
|
('libpng', '1.6.37'),
|
|
('X11', '20190717'),
|
|
('libGLU', '9.0.0'),
|
|
('Mesa', '18.3.1'),
|
|
('NSS', '3.51'),
|
|
('DBus', '1.13.8'),
|
|
]
|
|
|
|
moduleclass = 'devel'
|