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

new file: a/Autotools/Autotools-20231222-GCCcore-14.2.0.eb new file: b/bzip2/bzip2-1.0.8-GCCcore-14.2.0.eb new file: c/CMake/CMake-3.30.5-GCCcore-14.2.0.eb new file: c/cURL/cURL-8.7.1-GCCcore-14.2.0.eb new file: h/hwloc/hwloc-2.10.0-GCCcore-14.2.0.eb new file: l/libarchive/libarchive-3.7.4-GCCcore-14.2.0.eb new file: n/NVHPC/NVHPC-24.3.eb new file: n/ncurses/ncurses-6.5-GCCcore-14.2.0.eb new file: n/numactl/numactl-2.0.18-GCCcore-13.3.0.eb new file: o/OpenMPI/OpenMPI-4.1.6-NVHPC-24.3.eb new file: o/OpenMPI/OpenMPI-5.0.5-GCC-14.2.0.eb new file: p/Perl/Perl-5.38.2-GCCcore-14.2.0.eb new file: p/pkgconf/pkgconf-2.2.0-GCCcore-14.2.0.eb new file: u/UCC/UCC-1.2.0-GCCcore-13.2.0.eb modified: u/UCX/UCX-1.15.0-GCCcore-13.2.0.eb new file: x/XZ/XZ-5.4.5-GCCcore-14.2.0.eb
31 lines
920 B
Plaintext
31 lines
920 B
Plaintext
# IT4Innovations
|
|
# LK 2024
|
|
|
|
name = 'bzip2'
|
|
version = '1.0.8'
|
|
|
|
homepage = 'https://sourceware.org/bzip2'
|
|
description = """
|
|
bzip2 is a freely available, patent free, high-quality data compressor. It
|
|
typically compresses files to within 10% to 15% of the best available
|
|
techniques (the PPM family of statistical compressors), whilst being around
|
|
twice as fast at compression and six times faster at decompression.
|
|
"""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://sourceware.org/pub/%(name)s/']
|
|
sources = [SOURCE_TAR_GZ]
|
|
patches = ['bzip2-%(version)s-pkgconfig.patch']
|
|
checksums = [
|
|
'ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269', # bzip2-1.0.8.tar.gz
|
|
'9299e8ee4d014ea973777b6ea90661fe329dfa991f822add4c763ea9ddb9aab1', # bzip2-1.0.8-pkgconfig.patch
|
|
]
|
|
|
|
builddependencies = [
|
|
('binutils', '2.42'),
|
|
]
|
|
|
|
moduleclass = 'tools'
|