12345678910111213141516171819202122232425262728293031323334353637383940 |
- easyblock = 'ConfigureMake'
- name = 'fontconfig'
- version = '2.13.93'
- 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': '11.2.0'}
- toolchainopts = {'pic': True}
- source_urls = ['https://www.freedesktop.org/software/fontconfig/release/']
- sources = [SOURCE_TAR_GZ]
- checksums = ['0f302a18ee52dde0793fe38b266bf269dfe6e0c0ae140e30d72c6cca5dc08db5']
- builddependencies = [
- ('binutils', '2.37'),
- ('gperf', '3.1'),
- ('pkg-config', '0.29.2'),
- ('Python', '3.8.6'),
- ]
- dependencies = [
- ('expat', '2.4.1'),
- ('freetype', '2.11.0'),
- ('util-linux', '2.37'),
- ]
- configopts = '--disable-docs '
- sanity_check_paths = {
- 'files': ['include/fontconfig/fontconfig.h', 'lib/libfontconfig.%s' % SHLIB_EXT],
- 'dirs': []
- }
- moduleclass = 'vis'
|