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

new file: m/magic/magic-0.4.24-GCCcore-10.2.0-Python-3.8.6.eb modified: n/NVHPC/NVHPC-21.9.eb new file: o/OpenMPI/OpenMPI-4.0.7-GCC-10.2.0-UCX-1.11.2-CUDA-11.4.1.eb new file: o/OpenMPI/OpenMPI-4.0.7-GCC-9.3.0-UCX-1.9.0-CUDA-11.4.1.eb new file: p/poppler/poppler-21.06.1-GCC-10.2.0.eb new file: s/s3cmd/s3cmd-2.1.0-GCCcore-10.2.0-Python-3.8.6.eb new file: t/texlive/texlive-20210325-GCCcore-10.2.0.eb new file: u/UCX/UCX-1.11.2-GCC-10.2.0-CUDA-11.4.1.eb new file: u/UCX/UCX-1.9.0-GCC-9.3.0-CUDA-11.4.1.eb new file: u/UCX/UCX-1.9.0-NVHPC-21.9-CUDA-11.4.1.eb new file: u/UCX/UCX-1.9.0-NVHPC-21.9-GCC-9.3.0-CUDA-11.4.1.eb
31 lines
832 B
Plaintext
31 lines
832 B
Plaintext
# IT4Innovations
|
|
# LK 2021
|
|
|
|
easyblock = 'CMakeMake'
|
|
|
|
name = 'graphite2'
|
|
version = '1.3.14'
|
|
|
|
homepage = 'https://scripts.sil.org/cms/scripts/page.php?site_id=projects&item_id=graphite_home'
|
|
description = """Graphite is a "smart font" system developed specifically to
|
|
handle the complexities of lesser-known languages of the world."""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '10.2.0'}
|
|
|
|
source_urls = ['https://github.com/silnrsi/graphite/archive/']
|
|
sources = ['%(version)s.zip']
|
|
checksums = ['36e15981af3bf7a3ca3daf53295c8ffde04cf7d163e3474e4d0836e2728b4149']
|
|
|
|
builddependencies = [
|
|
('CMake', '3.18.4'),
|
|
('binutils', '2.35'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/gr2fonttest'] +
|
|
['lib/lib%%(name)s.%s' % x for x in [SHLIB_EXT, 'la']],
|
|
'dirs': ['include/%(name)s', 'share']
|
|
}
|
|
|
|
moduleclass = 'lib'
|