mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

modified: f/fontconfig/fontconfig-2.13.0-libpng-1.6.34.eb modified: g/gnuplot/gnuplot-5.2.4-GCC-6.3.0-2.27.eb modified: h/HDF5/HDF5-1.8.17-intel-2017a.eb modified: o/OpenMPI/OpenMPI-3.0.0-GCC-6.3.0-2.27.eb modified: q/Qt/Qt-4.8.7.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-6.3-intel-2017a.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-6.3_drop_LIBS_before_configure_of_fox.patch modified: r/Ruby/Ruby-2.4.2.eb
21 lines
641 B
Plaintext
21 lines
641 B
Plaintext
name = 'Qt'
|
|
version = '4.8.7'
|
|
|
|
homepage = 'http://qt-project.org/'
|
|
description = "Qt is a comprehensive cross-platform C++ application framework."
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
source_urls = [
|
|
'http://download.qt.io/archive/qt/4.8/4.8.7/',
|
|
'http://master.qt-project.org/archive/qt/%(version_major_minor)s/%(version)s/'
|
|
'http://download.qt.io/official_releases/qt/%(version_major_minor)s/%(version)s//qt-everywhere-opensource-src-%(version)s/.tar.gz'
|
|
]
|
|
sources = ['%(namelower)s-everywhere-opensource-src-%(version)s.tar.gz']
|
|
|
|
dependencies = [('GLib', '2.52.0')]
|
|
|
|
platform = 'linux-g++-64'
|
|
|
|
moduleclass = 'devel'
|