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

new file: c/CubeGUI/CubeGUI-4.4.4-intel-2020a.eb new file: c/CubeLib/CubeLib-4.4.4-intel-2020a.eb new file: f/FFTW/FFTW-3.3.8-intel-2020a.eb modified: l/libGLU/libGLU-9.0.0.eb new file: o/OTF2/OTF2-2.2.eb new file: q/Qt5/Qt5-5.14.1.eb new file: s/Score-P/Score-P-6.0-intel-2020a.eb new file: v/VASP/VASP-5.4.4-intel-2020a-mkl=sequential.eb
35 lines
708 B
Plaintext
35 lines
708 B
Plaintext
# IT4Innovation 2020
|
|
|
|
easyblock = 'EB_Qt'
|
|
|
|
name = 'Qt5'
|
|
version = '5.14.1'
|
|
|
|
homepage = 'http://qt.io/'
|
|
description = "Qt is a local_comprehensive cross-platform C++ application framework."
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['https://download.qt.io/archive/qt/5.14/5.14.1/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.62.4'),
|
|
('libpng', '1.6.37'),
|
|
('X11', '20190717'),
|
|
('libGLU', '9.0.0'),
|
|
('Mesa', '18.3.1'),
|
|
]
|
|
|
|
moduleclass = 'devel'
|