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

new file: d/DynaPhoPy/DynaPhoPy-1.15-intel-2017a-Python-2.7.13-base.eb new file: d/DynaPhoPy/DynaPhoPy-1.16.3-Py-3.6.eb modified: g/GLib/GLib-2.40.0.eb new file: l/lxml/lxml-4.1.1-Py-3.6.eb new file: p/phonopy/phonopy-1.12.6.66-Py-3.6.eb modified: q/Qt5/Qt5-5.8.0-GCC-6.3.0-2.27.eb new file: s/seaborn/graph-salomon.dot new file: s/seaborn/seaborn-0.8.1-Py-3.6.eb modified: x/X11/X11-20160819.eb deleted: d/DynaPhoPy/DynaPhoPy-1.15.eb
34 lines
856 B
Plaintext
34 lines
856 B
Plaintext
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': '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-opensource-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.40.0', '', True),
|
|
('libpng', '1.6.29', '', True),
|
|
('X11', '20160819', '', True),
|
|
('libGLU', '9.0.0', '', True),
|
|
]
|
|
|
|
moduleclass = 'devel'
|