mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
33 lines
858 B
Plaintext
33 lines
858 B
Plaintext
easyblock = 'EB_Qt'
|
|
|
|
name = 'Qt5'
|
|
version = '5.8.0'
|
|
|
|
homepage = 'http://qt.io/'
|
|
description = "Qt is a local_comprehensive cross-platform C++ application framework."
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
|
|
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.1', '', True),
|
|
]
|
|
|
|
# qtgamepad needs recent kernel/libevdev (fails on RHEL 6.x)
|
|
configopts = '-skip qtgamepad'
|
|
|
|
dependencies = [
|
|
('GLib', '2.52.0', '', True),
|
|
('libpng', '1.6.29', '', True),
|
|
('X11', '20170314', '', True),
|
|
('libGLU', '9.0.0', '', True),
|
|
]
|
|
|
|
moduleclass = 'devel'
|