# JH 2020 easyblock = 'ConfigureMake' name = 'XZ' version = '5.2.5' homepage = 'https://tukaani.org/xz/' description = "xz: XZ utilities" toolchain = {'name': 'GCCcore', 'version': '9.3.0'} source_urls = ['https://fossies.org/linux/misc/'] sources = [SOURCELOWER_TAR_XZ] patches = ['XZ-5.2.2_compat-libs.patch'] checksums = [ '3e1e518ffc912f86608a8cb35e4bd41ad1aec210df2a47aaa1f95e7f5576ef56', # xz-5.2.5.tar.bz2 '578da3ea2ddb551972891a60fe31478b16a516d6ea8b6aa3af89e1d558adb703', # XZ-5.2.2_compat-libs.patch ] builddependencies = [ # use gettext built with system toolchain as build dep to avoid cyclic dependency (XZ -> gettext -> libxml2 -> XZ) ('gettext', '0.20.1', '', True), ('binutils', '2.34'), ] # may become useful in non-x86 archs # configopts = ' --disable-assembler ' sanity_check_paths = { 'files': ["bin/xz", "bin/lzmainfo"], 'dirs': [] } moduleclass = 'tools'