easyconfigs-it4i/q/Qt5/Qt5-5.8.0.eb

37 lines
893 B
Plaintext

# IT4Innovations
easyblock = 'EB_Qt'
name = 'Qt5'
version = '5.8.0'
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-opensource-src-%(version)s.tar.xz']
patches = ['Qt5-5.7.1_fix-nan-inf.patch']
builddependencies = [
('pkg-config', '0.29.2', '', True),
]
platform = 'linux-g++-64'
# qtgamepad needs recent kernel/libevdev (fails on RHEL 6.x)
configopts = '-skip qtgamepad'
dependencies = [
('GLib', '2.40.0', '', True),
('libpng', '1.6.29', '', True),
('Mesa', '18.3.1', '', True),
# ('libGLU', '9.0.0', '', True),
]
moduleclass = 'devel'