mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-04 06:11:36 +01:00

new file: e/Emacs/Emacs-29.4-GCCcore-12.2.0.eb new file: e/Emacs/Emacs-29.4-GCCcore-14.2.0.eb new file: f/fontconfig/fontconfig-2.15.0-GCCcore-14.2.0.eb new file: f/freetype/freetype-2.13.2-GCCcore-14.2.0.eb new file: g/GTK3/GTK3-3.24.42-GCCcore-14.2.0.eb new file: g/gettext/gettext-0.22.5-GCCcore-14.2.0.eb new file: g/gperf/gperf-3.1-GCCcore-14.2.0.eb new file: i/intltool/intltool-0.51.0-GCCcore-14.2.0.eb new file: j/jbigkit/jbigkit-2.1-GCCcore-14.2.0.eb new file: l/LibTIFF/LibTIFF-4.7.0-GCCcore-14.2.0.eb new file: l/libdeflate/libdeflate-1.20-GCCcore-14.2.0.eb new file: l/libjpeg-turbo/libjpeg-turbo-3.0.1-GCCcore-14.2.0.eb new file: l/libpng/libpng-1.6.45-GCCcore-14.2.0.eb new file: n/NASM/NASM-2.16.03-GCCcore-14.2.0.eb new file: p/Python/Python-3.13.1-GCCcore-12.2.0.eb new file: u/util-linux/util-linux-2.40-GCCcore-14.2.0.eb new file: x/X11/X11-20240607-GCCcore-14.2.0.eb
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
# IT4Innovations
|
|
# LK 2025
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'LibTIFF'
|
|
version = '4.7.0'
|
|
|
|
homepage = 'https://libtiff.gitlab.io/libtiff/'
|
|
description = "tiff: Library and tools for reading and writing TIFF data files"
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://download.osgeo.org/libtiff/']
|
|
sources = ['tiff-%(version)s.tar.gz']
|
|
checksums = ['67160e3457365ab96c5b3286a0903aa6e78bdc44c4bc737d2e486bcecb6ba976']
|
|
|
|
builddependencies = [('binutils', '2.42')]
|
|
|
|
dependencies = [
|
|
('zlib', '1.3.1'),
|
|
('libjpeg-turbo', '3.0.1'),
|
|
('XZ', '5.4.5'),
|
|
('jbigkit', '2.1'),
|
|
('zstd', '1.5.6'),
|
|
('libdeflate', '1.20'),
|
|
]
|
|
|
|
configopts = "--enable-ld-version-script "
|
|
configopts += "--disable-webp --disable-sphinx "
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/tiffdump', 'bin/tiffinfo', 'include/tiff.h', 'lib/libtiff.a', 'lib/libtiff.%s' % SHLIB_EXT,
|
|
'lib/libtiffxx.a', 'lib/libtiffxx.%s' % SHLIB_EXT, 'lib/pkgconfig/libtiff-4.pc'],
|
|
'dirs': [],
|
|
}
|
|
|
|
sanity_check_commands = ["tiffinfo -h"]
|
|
|
|
moduleclass = 'lib'
|