| 123456789101112131415161718192021222324252627282930313233343536373839 |
- easyblock = 'ConfigureMake'
- name = 'fontconfig'
- version = '2.13.92'
- homepage = 'https://www.freedesktop.org/wiki/Software/fontconfig/'
- description = """
- Fontconfig is a library designed to provide system-wide font configuration,
- customization and application access.
- """
- toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
- toolchainopts = {'pic': True}
- source_urls = ['https://www.freedesktop.org/software/fontconfig/release/']
- sources = [SOURCE_TAR_GZ]
- checksums = ['3406a05b83a42231e3df68d02bc0a0cf47b3f2e8f11c8ede62267daf5f130016']
- builddependencies = [
- ('binutils', '2.42'),
- ('gperf', '3.1'),
- ('pkgconf', '2.2.0'),
- ]
- dependencies = [
- ('expat', '2.6.2'),
- ('freetype', '2.13.2'),
- ('util-linux', '2.39'),
- ]
- configopts = '--disable-docs '
- sanity_check_paths = {
- 'files': ['include/fontconfig/fontconfig.h', 'lib/libfontconfig.%s' % SHLIB_EXT],
- 'dirs': []
- }
- moduleclass = 'vis'
|