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
29 lines
657 B
Plaintext
29 lines
657 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'fontconfig'
|
|
version = '2.13.0'
|
|
versionsuffix = '-libpng-1.6.34'
|
|
|
|
homepage = 'http://www.freedesktop.org/software/fontconfig'
|
|
description = """Fontconfig is a library designed to provide system-wide font configuration, customization and
|
|
application access."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
source_urls = ['http://www.freedesktop.org/software/fontconfig/release/']
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('freetype', '2.9.1', versionsuffix),
|
|
('util-linux', '2.32'),
|
|
('expat', '2.2.0'),
|
|
]
|
|
|
|
builddependencies = [
|
|
('gperf', '3.1'),
|
|
]
|
|
|
|
configopts = '--disable-docs '
|
|
|
|
moduleclass = 'vis'
|