mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00
37 lines
851 B
Plaintext
37 lines
851 B
Plaintext
# IT4Innovation 2018
|
|
|
|
easyblock = 'EB_Qt'
|
|
|
|
name = 'Qt5'
|
|
version = '5.11.1'
|
|
|
|
homepage = 'http://qt.io/'
|
|
description = "Qt is a comprehensive cross-platform C++ application framework."
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
source_urls = [
|
|
'http://download.qt.io/official_releases/qt/%(version_major_minor)s/%(version)s/single/',
|
|
'http://download.qt.io/archive/qt/%(version_major_minor)s/%(version)s/single/']
|
|
sources = ['qt-everywhere-src-%(version)s.tar.xz']
|
|
|
|
patches = ['Qt5-5.11.1.patch']
|
|
|
|
builddependencies = [
|
|
('pkg-config', '0.29.2'),
|
|
]
|
|
|
|
# qtgamepad needs recent kernel/libevdev (fails on RHEL 6.x)
|
|
#configopts = '-sbkip qtgamepad'
|
|
platform = 'linux-g++-64'
|
|
|
|
dependencies = [
|
|
('GLib', '2.57.1'),
|
|
('libpng', '1.6.34'),
|
|
('X11', '20170314'),
|
|
('libGLU', '9.0.0'),
|
|
('Mesa', '18.3.1'),
|
|
]
|
|
|
|
moduleclass = 'devel'
|