easyconfigs-it4i/x/XZ/XZ-5.2.4-GCCcore-8.3.0.eb
Lukáš Krupčík 358a0b44da new file: h/hwloc/hwloc-1.11.12-GCCcore-8.3.0.eb
new file:   h/hwloc/hwloc-2.0.3-GCC-8.3.0-2.32.eb
	modified:   i/impi/impi-2018.4.274-iccifort-2018.5.274-GCC-8.3.0-2.32.eb
	modified:   i/impi/impi-2018.5.288-iccifort-2019.5.281-GCC-8.3.0-2.32.eb
	modified:   i/impi/impi-2019.6.154-iccifort-2019.5.281-GCC-8.3.0-2.32.eb
	new file:   n/numactl/numactl-2.0.12-GCCcore-6.3.0.eb
	modified:   n/numactl/numactl-2.0.12-GCCcore-8.3.0.eb
	modified:   o/OpenMPI/OpenMPI-2.1.5-GCC-6.3.0-2.27.eb
	modified:   o/OpenMPI/OpenMPI-2.1.5-GCC-8.3.0-2.32.eb
	modified:   o/OpenMPI/OpenMPI-3.1.4-GCC-6.3.0-2.27.eb
	new file:   o/OpenMPI/OpenMPI-3.1.4-GCC-8.3.0-2.32.eb
	new file:   o/OpenMPI/OpenMPI-3.1.5-GCCcore-8.3.0.eb
	new file:   o/OpenMPI/OpenMPI-4.0.2-GCC-8.3.0-2.32.eb
	new file:   u/UCX/UCX-1.6.1-GCCcore-6.3.0.eb
	new file:   u/UCX/UCX-1.6.1-GCCcore-8.3.0.eb
	new file:   x/XZ/XZ-5.2.4-GCCcore-8.3.0.eb
	new file:   x/xorg-macros/xorg-macros-1.19.2-GCCcore-8.3.0.eb
2019-12-11 11:05:16 +01:00

37 lines
990 B
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'XZ'
version = '5.2.4'
homepage = 'https://tukaani.org/xz/'
description = "xz: XZ utilities"
toolchain = {'name': 'GCCcore', 'version': '8.3.0'}
source_urls = ['https://tukaani.org/xz/']
sources = [SOURCELOWER_TAR_BZ2]
patches = ['XZ-5.2.2_compat-libs.patch']
checksums = [
'3313fd2a95f43d88e44264e6b015e7d03053e681860b0d5d3f9baca79c57b7bf', # xz-5.2.4.tar.bz2
'578da3ea2ddb551972891a60fe31478b16a516d6ea8b6aa3af89e1d558adb703', # XZ-5.2.2_compat-libs.patch
]
builddependencies = [
# use gettext built with dummy as build dep to avoid cyclic dependency (XZ -> gettext -> libxml2 -> XZ)
('gettext', '0.19.8.1', '', True),
# use same binutils version that was used when building GCCcore toolchain
('binutils', '2.32'),
]
# may become useful in non-x86 archs
# configopts = ' --disable-assembler '
sanity_check_paths = {
'files': ["bin/xz", "bin/lzmainfo"],
'dirs': []
}
moduleclass = 'tools'