mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 19:01:21 +01:00

new file: p/PCRE2/PCRE2-10.34-GCCcore-9.3.0.eb new file: t/Tk/Tk-8.6.10-GCCcore-9.3.0.eb new file: u/UDUNITS/UDUNITS-2.2.26-GCCcore-9.3.0.eb modified: v/VASP/VASP-5.4.4-intel-2020a-mkl=sequential.eb new file: x/XZ/XZ-5.2.5-GCCcore-9.3.0.eb
36 lines
916 B
Plaintext
36 lines
916 B
Plaintext
# 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'
|