mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 19:01:21 +01:00

modified: g/GLib/GLib-2.57.1.eb modified: l/libffi/libffi-3.2.1.eb new file: m/Mesa/Mesa-18.1.3-GCC-6.3.0-2.27.eb new file: n/nettle/nettle-3.3-GCC-6.3.0-2.27.eb modified: p/ParaView/ParaView-5.4.1-intel-2017a-mpi.eb modified: q/Qt5/Qt5-5.11.1-GCC-6.3.0-2.27.eb Former-commit-id: 7b0ec2df90fac8d51215991f3c27c77d3530c8d8
37 lines
893 B
Plaintext
37 lines
893 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': 'GCC', 'version': '6.3.0-2.27'}
|
|
|
|
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.7.1_fix-nan-inf.patch']
|
|
|
|
builddependencies = [
|
|
('pkg-config', '0.29.2', '', True),
|
|
]
|
|
|
|
# qtgamepad needs recent kernel/libevdev (fails on RHEL 6.x)
|
|
configopts = '-skip qtgamepad'
|
|
|
|
dependencies = [
|
|
('GLib', '2.57.1', '', True),
|
|
('libpng', '1.6.34', '', True),
|
|
('X11', '20170314', '', True),
|
|
('libGLU', '9.0.0', '', True),
|
|
('Mesa', '18.1.3'),
|
|
]
|
|
|
|
moduleclass = 'devel'
|