Skip to content

[gzip] [package list]

gzip/1.10-cpeCray-21.12 (gzip-1.10-cpeCray-21.12.eb)

This software is archived in the LUMI-SoftwareStack GitHub repository as easybuild/easyconfigs/__archive__/g/gzip/gzip-1.10-cpeCray-21.12.eb. The corresponding module would be gzip/1.10-cpeCray-21.12.

easyblock = 'ConfigureMake'

local_gzip_version =     '1.10'    # https://ftp.gnu.org/gnu/gzip/

name =    'gzip'
version = local_gzip_version

homepage = 'http://www.gnu.org/software/gzip/'

whatis = [
    "Description: gzip provides the gzip data compression programs",
]

description = """
gzip (GNU zip) is a popular data compression program as a replacement for compress
"""

toolchain = {'name': 'cpeCray', 'version': '21.12'}
toolchainopts = {'pic': True, 'extra_cflags': '-Wno-unsupported-target-opt'}

source_urls = [GNU_SOURCE]
sources =     [SOURCE_TAR_XZ]
checksums =   ['8425ccac99872d544d4310305f915f5ea81e04d0f437ef1a230dc9d1c819d7c0']

builddependencies = [ # Create a reproducible build environment.
    ('buildtools', '%(toolchain_version)s', '', True),
]

sanity_check_paths = {
    'files': ["bin/gunzip", "bin/gzip", "bin/uncompress"],
    'dirs':  [],
}

sanity_check_commands = [True, ('gzip', '--version')]

moduleclass = 'tools'

[gzip] [package list]