easyconfigs-it4i/z/zstd/zstd-1.5.6-GCCcore-14.2.0.eb
Lukas Krupcik 58e312c77f new file: c/CMake/CMake-3.30.5-acfl-24.10.eb
new file:   d/Doxygen/Doxygen-1.11.0-GCCcore-14.2.0.eb
	new file:   g/gompi/gompi-2024it4i.eb
	new file:   g/gzip/gzip-1.13-GCCcore-14.2.0.eb
	new file:   h/HDF5/HDF5-1.14.5-gompi-2024it4i.eb
	new file:   l/libiconv/libiconv-1.17-GCCcore-14.2.0.eb
	new file:   l/lz4/lz4-1.9.4-GCCcore-14.2.0.eb
	new file:   m/make/make-4.4.1-GCCcore-14.2.0.eb
	new file:   n/netCDF-Fortran/netCDF-Fortran-4.6.1-gompi-2024it4i.eb
	new file:   n/netCDF/netCDF-4.9.2-gompi-2024it4i.eb
	new file:   o/OpenBLAS/OpenBLAS-0.3.27-GCC-14.2.0.eb
	new file:   p/PRRTE/PRRTE-3.0.5-GCCcore-14.2.0.eb
	new file:   s/Szip/Szip-2.1.1-GCCcore-14.2.0.eb
	new file:   z/zstd/zstd-1.5.6-GCCcore-14.2.0.eb
2024-10-21 13:49:55 +02:00

45 lines
1.1 KiB
Plaintext

# IT4Innovations
# LK 2024
easyblock = 'ConfigureMake'
name = 'zstd'
version = '1.5.6'
homepage = 'https://facebook.github.io/zstd'
description = """Zstandard is a real-time compression algorithm, providing high compression ratios.
It offers a very wide range of compression/speed trade-off, while being backed by a very fast decoder.
It also offers a special mode for small data, called dictionary compression, and can create dictionaries
from any sample set."""
toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
github_account = 'facebook'
source_urls = [GITHUB_SOURCE]
sources = ['v%(version)s.tar.gz']
checksums = ['30f35f71c1203369dc979ecde0400ffea93c27391bfd2ac5a9715d2173d92ff7']
builddependencies = [
('binutils', '2.42'),
]
dependencies = [
('zlib', '1.3.1'),
('gzip', '1.13'),
('XZ', '5.4.5'),
('lz4', '1.9.4'),
]
skipsteps = ['configure']
#runtest = 'check'
installopts = "PREFIX=%(installdir)s"
sanity_check_paths = {
'files': ["bin/zstd", "lib/libzstd.%s" % SHLIB_EXT, "include/zstd.h"],
'dirs': ["lib/pkgconfig"]
}
moduleclass = 'lib'