mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 11:48:06 +01:00

new file: g/gompi/gompi-2017c.eb new file: h/HDF5/HDF5-1.10.4-gompi-2017c.eb new file: h/h5py/h5py-2.9.0-Py-3.6.eb new file: l/libGLU/libGLU-9.0.0-GCC-6.3.0-2.27.eb new file: l/libxml2/libxml2-2.9.9.eb new file: l/libxslt/libxslt-1.1.33.eb modified: l/libyaml/libyaml-0.1.7.eb new file: l/libyaml/libyaml-0.2.1.eb new file: l/lxml/lxml-4.3.0-Py-3.6.eb new file: m/matplotlib/matplotlib-3.0.2-Py-3.6.eb new file: m/mpi4py/mpi4py-3.0.1-Py-3.6.eb modified: o/OpenMPI/OpenMPI-2.0.2-GCC-6.3.0-2.27.eb modified: o/OpenMPI/OpenMPI-2.1.1-GCC-6.3.0-2.27.eb modified: p/ParaView/ParaView-5.4.1-intel-2017a-mpi.eb new file: p/PyYAML/PyYAML-3.13-Py-3.6.eb modified: q/Qt5/Qt5-5.11.1-GCC-6.3.0-2.27.eb deleted: o/OpenFOAM/OpenFOAM-5.0-intel-2017a-uv.eb deleted: p/ParaView/ParaView-5.4.1-foss-2017a-mpi-uv.eb deleted: p/ParaView/ParaView-5.4.1-intel-2017a-mpi-uv.eb
36 lines
882 B
Plaintext
36 lines
882 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'),
|
|
('Mesa', '18.1.3'),
|
|
]
|
|
|
|
moduleclass = 'devel'
|